COLOR #F2CAB5

HEX: #F2CAB5 RGB: (242,202,181)

Color info

#F2CAB5 contains mainly red and green colors. Web safe color of #F2CAB5 is #FFCCCC (or #FCC).

RGB color model

#F2CAB5 color RGB value is (242,202,181).

RGB: (242,202,181) (95%, 79%, 71%)

RGB channels and saturation

R 242 of 255 = 95%
G 202 of 255 = 79%
B 181 of 255 = 71%

242
202
181

R + G + B ~ 82%. #F2CAB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 242 + 202 + 181 = 625 (100%)
R 242 of 625 ~ 38.72%
G 202 of 625 ~ 32.32%
B 181 of 625 ~ 28.96'%

%38.72
%32.32
%28.96

CMYK color model

#F2CAB5 color CMYK value is (0,17,25,5).

  • cyan value is 0.00%
  • magenta value is 16.53%
  • yellow value is 25.21%
  • key color value is 5.10%

CMYK: (0,17,25,5)
C0M17Y25K5 (0%, 17%, 25%, 5%)
(0.00 / 0.17 / 0.25 / 0.05)

CMYK percentages

%0
%16.53
%25.21
%5.1

Codes

Color #F2CAB5 in popluar color models

F2 CA B5
RGB 242 202 181
HSL 21° 70.11% 82.94%
HSB/HSV 21° 25.21% 94.90%
CMYK 0.00% 16.53% 25.21%
5.10%

Color #F2CAB5 in popluar number systems.

HEX F2 CA B5
Decimal 242 202 181
Binary 11110010 11001010 10110101
Octal 362 312 265

Shades and tints

Shades of #F2CAB5

#F2CAB5
(242,202,181)
#DCB8A5
(220,184,165)
#C6A695
(198,166,149)
#B09485
(176,148,133)
#9A8275
(154,130,117)
#847065
(132,112,101)
#6E5E55
(110,94,85)
#584C45
(88,76,69)
#423A35
(66,58,53)
#2C2825
(44,40,37)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #F2CAB5

#F2CAB5
(242,202,181)
#F3CEBB
(243,206,187)
#F4D2C1
(244,210,193)
#F5D6C7
(245,214,199)
#F6DACD
(246,218,205)
#F7DED3
(247,222,211)
#F8E2D9
(248,226,217)
#F9E6DF
(249,230,223)
#FAEAE5
(250,234,229)
#FBEEEB
(251,238,235)
#FCF2F1
(252,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2CAB5 color. Also use rgb(242,202,181) instead hex code.

Text Font Color

.myTextColor { color: #F2CAB5; }

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

This text font color is #F2CAB5.

Background Color

.myBgColor { background-color: #F2CAB5; }

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

This div background color is #F2CAB5.

Border color

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

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

This div border color is #F2CAB5.

Opacity

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

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

Text with #F2CAB5 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 #F2CAB5;}

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

This text has shadow with #F2CAB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2CAB5.

Preview

Color preview on black background

This text has color #F2CAB5 on black background.


Color preview on white background

This text has color #F2CAB5 on white background.


Black color preview on #F2CAB5 background

This text has black color on #F2CAB5 background.


White color preview on #F2CAB5 background

This text has white color on #F2CAB5 background.


Related colors

Complementary color

Complementary color for #hex is #0D354A.


I love getcolorcode.com

Triadic colors

1 #B5F2CA and #CAB5F2 with #F2CAB5 are triadic colors.

2 #B5CAF2 and #CAF2B5 with #F2CAB5 are triadic colors.