COLOR #F4ABC2

HEX: #F4ABC2 RGB: (244,171,194)

Color info

#F4ABC2 contains mainly red and blue colors. Web safe color of #F4ABC2 is #FF99CC (or #F9C).

RGB color model

#F4ABC2 color RGB value is (244,171,194).

RGB: (244,171,194) (96%, 67%, 76%)

RGB channels and saturation

R 244 of 255 = 96%
G 171 of 255 = 67%
B 194 of 255 = 76%

244
171
194

R + G + B ~ 80%. #F4ABC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 171 + 194 = 609 (100%)
R 244 of 609 ~ 40.07%
G 171 of 609 ~ 28.08%
B 194 of 609 ~ 31.86'%

%40.07
%28.08
%31.86

CMYK color model

#F4ABC2 color CMYK value is (0,30,20,4).

  • cyan value is 0.00%
  • magenta value is 29.92%
  • yellow value is 20.49%
  • key color value is 4.31%

CMYK: (0,30,20,4)
C0M30Y20K4 (0%, 30%, 20%, 4%)
(0.00 / 0.30 / 0.20 / 0.04)

CMYK percentages

%0
%29.92
%20.49
%4.31

Codes

Color #F4ABC2 in popluar color models

F4 AB C2
RGB 244 171 194
HSL 341° 76.84% 81.37%
HSB/HSV 341° 29.92% 95.69%
CMYK 0.00% 29.92% 20.49%
4.31%

Color #F4ABC2 in popluar number systems.

HEX F4 AB C2
Decimal 244 171 194
Binary 11110100 10101011 11000010
Octal 364 253 302

Shades and tints

Shades of #F4ABC2

#F4ABC2
(244,171,194)
#DE9CB1
(222,156,177)
#C88DA0
(200,141,160)
#B27E8F
(178,126,143)
#9C6F7E
(156,111,126)
#86606D
(134,96,109)
#70515C
(112,81,92)
#5A424B
(90,66,75)
#44333A
(68,51,58)
#2E2429
(46,36,41)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #F4ABC2

#F4ABC2
(244,171,194)
#F5B2C7
(245,178,199)
#F6B9CC
(246,185,204)
#F7C0D1
(247,192,209)
#F8C7D6
(248,199,214)
#F9CEDB
(249,206,219)
#FAD5E0
(250,213,224)
#FBDCE5
(251,220,229)
#FCE3EA
(252,227,234)
#FDEAEF
(253,234,239)
#FEF1F4
(254,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4ABC2 color. Also use rgb(244,171,194) instead hex code.

Text Font Color

.myTextColor { color: #F4ABC2; }

<p style="color:#F4ABC2">This sample text font color is #F4ABC2.</p>

This text font color is #F4ABC2.

Background Color

.myBgColor { background-color: #F4ABC2; }

<div style="background-color:#F4ABC2">Inner text</div>

This div background color is #F4ABC2.

Border color

.myBorderColor { border: 1px solid #F4ABC2; }

<div style="border:3px solid #F4ABC2">Div</div>

This div border color is #F4ABC2.

Opacity

.myOpacity80 { color: #F4ABC2; opacity: 0.8; }

<p style="color:#F4ABC2;opacity:0.8;">80%</p>

Text with #F4ABC2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F4ABC2;}

<p style="text-shadow: 3px 3px 1px #F4ABC2">Text here.</p>

This text has shadow with #F4ABC2 color.


.textShadow {text-shadow: 3px 3px 1px #F4ABC2', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F4ABC2, 5px 5px 20px red">Text here.</p>

This text has shadow with #F4ABC2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F4ABC2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F4ABC2, Direction=45, Strength=4)">Text</p>

This text has shadow with #F4ABC2 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F4ABC2;
-webkit-box-shadow: 1px 1px 3px 2px #F4ABC2;
box-shadow: 1px 1px 3px 2px #F4ABC2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F4ABC2; -webkit-box-shadow: 1px 1px 3px 2px #F4ABC2; box-shadow:1px 1px 3px 2px #F4ABC2;">
Div content here
</div>

This div box has shadow with color #F4ABC2.

Preview

Color preview on black background

This text has color #F4ABC2 on black background.


Color preview on white background

This text has color #F4ABC2 on white background.


Black color preview on #F4ABC2 background

This text has black color on #F4ABC2 background.


White color preview on #F4ABC2 background

This text has white color on #F4ABC2 background.


Related colors

Complementary color

Complementary color for #hex is #0B543D.


I love getcolorcode.com

Triadic colors

1 #C2F4AB and #ABC2F4 with #F4ABC2 are triadic colors.

2 #C2ABF4 and #ABF4C2 with #F4ABC2 are triadic colors.