COLOR #F2CABF

HEX: #F2CABF
RGB: (242,202,191)

Color info

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

RGB color model

#F2CABF color RGB value is (242,202,191).

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

RGB channels and saturation

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

242
202
191

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

Portions of RGB colors in percentages

R + G + B =
242 + 202 + 191 = 635 (100%)
R 242 of 635 ~ 38.11%
G 202 of 635 ~ 31.81%
B 191 of 635 ~ 30.08%

%38.11
%31.81
%30.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.53%
  • yellow value is 21.07%
  • 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.07
%5.1

Codes

Color #F2CABF in popluar color models

F2CABF
RGB242202191
HSL13°66.23%84.90%
HSB/HSV13°21.07%94.90%
CMYK0.00%16.53%21.07%
5.10%

Color #F2CABF in popluar number systems.

HEXF2CABF
Decimal242202191
Binary111100101100101010111111
Octal362312277

Shades and tints

Shades of #F2CABF

#F2CABF
(242,202,191)
#DCB8AE
(220,184,174)
#C6A69D
(198,166,157)
#B0948C
(176,148,140)
#9A827B
(154,130,123)
#84706A
(132,112,106)
#6E5E59
(110,94,89)
#584C48
(88,76,72)
#423A37
(66,58,55)
#2C2826
(44,40,38)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #F2CABF

#F2CABF
(242,202,191)
#F3CEC4
(243,206,196)
#F4D2C9
(244,210,201)
#F5D6CE
(245,214,206)
#F6DAD3
(246,218,211)
#F7DED8
(247,222,216)
#F8E2DD
(248,226,221)
#F9E6E2
(249,230,226)
#FAEAE7
(250,234,231)
#FBEEEC
(251,238,236)
#FCF2F1
(252,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2CABF; }

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

This text font color is #F2CABF.


Background Color

.myBgColor { background-color: #F2CABF; }

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

This div background color is #F2CABF.


Border color

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

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

This div border color is #F2CABF.


Opacity

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

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

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

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

This text has shadow with #F2CABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2CABF on black background.


Color preview on white background

This text has color #F2CABF on white background.



Black color preview on #F2CABF background

This text has black color on #F2CABF background.


White color preview on #F2CABF background

This text has white color on #F2CABF background.