COLOR #F2CBF9

HEX: #F2CBF9 RGB: (242,203,249)

Color info

#F2CBF9 contains red, green and blue colors in about the same proportion. Web safe color of #F2CBF9 is #FFCCFF (or #FCF).

RGB color model

#F2CBF9 color RGB value is (242,203,249).

RGB: (242,203,249) (95%, 80%, 98%)

RGB channels and saturation

R 242 of 255 = 95%
G 203 of 255 = 80%
B 249 of 255 = 98%

242
203
249

R + G + B ~ 91%. #F2CBF9 is light color.

Portions of RGB colors in percentages

R + G + B = 242 + 203 + 249 = 694 (100%)
R 242 of 694 ~ 34.87%
G 203 of 694 ~ 29.25%
B 249 of 694 ~ 35.88'%

%34.87
%29.25
%35.88

CMYK color model

#F2CBF9 color CMYK value is (3,18,0,2).

  • cyan value is 2.81%
  • magenta value is 18.47%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (3,18,0,2)
C3M18Y0K2 (3%, 18%, 0%, 2%)
(0.03 / 0.18 / 0.00 / 0.02)

CMYK percentages

%2.81
%18.47
%0
%2.35

Codes

Color #F2CBF9 in popluar color models

F2 CB F9
RGB 242 203 249
HSL 291° 79.31% 88.63%
HSB/HSV 291° 18.47% 97.65%
CMYK 2.81% 18.47% 0.00%
2.35%

Color #F2CBF9 in popluar number systems.

HEX F2 CB F9
Decimal 242 203 249
Binary 11110010 11001011 11111001
Octal 362 313 371

Shades and tints

Shades of #F2CBF9

#F2CBF9
(242,203,249)
#DCB9E3
(220,185,227)
#C6A7CD
(198,167,205)
#B095B7
(176,149,183)
#9A83A1
(154,131,161)
#84718B
(132,113,139)
#6E5F75
(110,95,117)
#584D5F
(88,77,95)
#423B49
(66,59,73)
#2C2933
(44,41,51)
#16171D
(22,23,29)
#000000
(0,0,0)

Tints of #F2CBF9

#F2CBF9
(242,203,249)
#F3CFF9
(243,207,249)
#F4D3F9
(244,211,249)
#F5D7F9
(245,215,249)
#F6DBF9
(246,219,249)
#F7DFF9
(247,223,249)
#F8E3F9
(248,227,249)
#F9E7F9
(249,231,249)
#FAEBF9
(250,235,249)
#FBEFF9
(251,239,249)
#FCF3F9
(252,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2CBF9 color. Also use rgb(242,203,249) instead hex code.

Text Font Color

.myTextColor { color: #F2CBF9; }

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

This text font color is #F2CBF9.

Background Color

.myBgColor { background-color: #F2CBF9; }

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

This div background color is #F2CBF9.

Border color

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

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

This div border color is #F2CBF9.

Opacity

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

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

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

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

This text has shadow with #F2CBF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2CBF9.

Preview

Color preview on black background

This text has color #F2CBF9 on black background.


Color preview on white background

This text has color #F2CBF9 on white background.


Black color preview on #F2CBF9 background

This text has black color on #F2CBF9 background.


White color preview on #F2CBF9 background

This text has white color on #F2CBF9 background.


Related colors

Complementary color

Complementary color for #hex is #0D3406.


I love getcolorcode.com

Triadic colors

1 #F9F2CB and #CBF9F2 with #F2CBF9 are triadic colors.

2 #F9CBF2 and #CBF2F9 with #F2CBF9 are triadic colors.