COLOR #F2CABE

HEX: #F2CABE
RGB: (242,202,190)

Color info

#F2CABE contains red, green and blue colors in about the same proportion. Web safe color of #F2CABE is #FFCCCC (or #FCC).

RGB color model

#F2CABE color RGB value is (242,202,190).

  • red value is 242;
  • green value is 202;
  • blue value is 190.
RGB:
(242,202,190)
(95%,79%,75%)

RGB channels and saturation

R 242 of 255 = 95%
G 202 of 255 = 79%
B 190 of 255 = 75%

242
202
190

R + G + B ~ 83%. #F2CABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 202 + 190 = 634 (100%)
R 242 of 634 ~ 38.17%
G 202 of 634 ~ 31.86%
B 190 of 634 ~ 29.97%

%38.17
%31.86
%29.97

CMYK color model

#F2CABE color CMYK value is (0,17,21,5).

  • cyan value is 0.00%
  • magenta value is 16.53%
  • yellow value is 21.49%
  • key color value is 5.10%
CMYK:
(0,17,21,5)
C0M17Y21K5 
(0%,17%,21%,5%)
(0.00/0.17/0.21/0.05)	

CMYK percentages

%0
%16.53
%21.49
%5.1

Codes

Color #F2CABE in popluar color models

F2CABE
RGB242202190
HSL14°66.67%84.71%
HSB/HSV14°21.49%94.90%
CMYK0.00%16.53%21.49%
5.10%

Color #F2CABE in popluar number systems.

HEXF2CABE
Decimal242202190
Binary111100101100101010111110
Octal362312276

Shades and tints

Shades of #F2CABE

#F2CABE
(242,202,190)
#DCB8AD
(220,184,173)
#C6A69C
(198,166,156)
#B0948B
(176,148,139)
#9A827A
(154,130,122)
#847069
(132,112,105)
#6E5E58
(110,94,88)
#584C47
(88,76,71)
#423A36
(66,58,54)
#2C2825
(44,40,37)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #F2CABE

#F2CABE
(242,202,190)
#F3CEC3
(243,206,195)
#F4D2C8
(244,210,200)
#F5D6CD
(245,214,205)
#F6DAD2
(246,218,210)
#F7DED7
(247,222,215)
#F8E2DC
(248,226,220)
#F9E6E1
(249,230,225)
#FAEAE6
(250,234,230)
#FBEEEB
(251,238,235)
#FCF2F0
(252,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2CABE; }

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

This text font color is #F2CABE.


Background Color

.myBgColor { background-color: #F2CABE; }

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

This div background color is #F2CABE.


Border color

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

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

This div border color is #F2CABE.


Opacity

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

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

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

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

This text has shadow with #F2CABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2CABE on black background.


Color preview on white background

This text has color #F2CABE on white background.



Black color preview on #F2CABE background

This text has black color on #F2CABE background.


White color preview on #F2CABE background

This text has white color on #F2CABE background.