COLOR #F2CFFB

HEX: #F2CFFB RGB: (242,207,251)

Color info

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

RGB color model

#F2CFFB color RGB value is (242,207,251).

RGB: (242,207,251) (95%, 81%, 98%)

RGB channels and saturation

R 242 of 255 = 95%
G 207 of 255 = 81%
B 251 of 255 = 98%

242
207
251

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

Portions of RGB colors in percentages

R + G + B = 242 + 207 + 251 = 700 (100%)
R 242 of 700 ~ 34.57%
G 207 of 700 ~ 29.57%
B 251 of 700 ~ 35.86'%

%34.57
%29.57
%35.86

CMYK color model

#F2CFFB color CMYK value is (4,18,0,2).

  • cyan value is 3.59%
  • magenta value is 17.53%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (4,18,0,2) C4M18Y0K2 (4%,18%,0%,2%) (0.04/0.18/0.00/0.02) 

CMYK percentages

%3.59
%17.53
%0
%1.57

Codes

Color #F2CFFB in popluar color models

F2 CF FB
RGB 242 207 251
HSL 288° 84.62% 89.80%
HSB/HSV 288° 17.53% 98.43%
CMYK 3.59% 17.53% 0.00%
1.57%

Color #F2CFFB in popluar number systems.

HEX F2 CF FB
Decimal 242 207 251
Binary 11110010 11001111 11111011
Octal 362 317 373

Shades and tints

Shades of #F2CFFB

#F2CFFB
(242,207,251)
#DCBDE5
(220,189,229)
#C6ABCF
(198,171,207)
#B099B9
(176,153,185)
#9A87A3
(154,135,163)
#84758D
(132,117,141)
#6E6377
(110,99,119)
#585161
(88,81,97)
#423F4B
(66,63,75)
#2C2D35
(44,45,53)
#161B1F
(22,27,31)
#000000
(0,0,0)

Tints of #F2CFFB

#F2CFFB
(242,207,251)
#F3D3FB
(243,211,251)
#F4D7FB
(244,215,251)
#F5DBFB
(245,219,251)
#F6DFFB
(246,223,251)
#F7E3FB
(247,227,251)
#F8E7FB
(248,231,251)
#F9EBFB
(249,235,251)
#FAEFFB
(250,239,251)
#FBF3FB
(251,243,251)
#FCF7FB
(252,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2CFFB color. Also use rgb(242,207,251) instead hex code.

Text Font Color

.myTextColor { color: #F2CFFB; }

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

This text font color is #F2CFFB.

Background Color

.myBgColor { background-color: #F2CFFB; }

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

This div background color is #F2CFFB.

Border color

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

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

This div border color is #F2CFFB.

Opacity

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

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

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

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

This text has shadow with #F2CFFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2CFFB.

Preview

Color preview on black background

This text has color #F2CFFB on black background.


Color preview on white background

This text has color #F2CFFB on white background.


Black color preview on #F2CFFB background

This text has black color on #F2CFFB background.


White color preview on #F2CFFB background

This text has white color on #F2CFFB background.


Related colors

Complementary color

Complementary color for #hex is #0D3004.


I love getcolorcode.com

Triadic colors

1 #FBF2CF and #CFFBF2 with #F2CFFB are triadic colors.

2 #FBCFF2 and #CFF2FB with #F2CFFB are triadic colors.