COLOR #F2CFE5

HEX: #F2CFE5 RGB: (242,207,229)

Color info

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

RGB color model

#F2CFE5 color RGB value is (242,207,229).

RGB: (242,207,229) (95%, 81%, 90%)

RGB channels and saturation

R 242 of 255 = 95%
G 207 of 255 = 81%
B 229 of 255 = 90%

242
207
229

R + G + B ~ 89%. #F2CFE5 is light color.

Portions of RGB colors in percentages

R + G + B = 242 + 207 + 229 = 678 (100%)
R 242 of 678 ~ 35.69%
G 207 of 678 ~ 30.53%
B 229 of 678 ~ 33.78'%

%35.69
%30.53
%33.78

CMYK color model

#F2CFE5 color CMYK value is (0,14,5,5).

  • cyan value is 0.00%
  • magenta value is 14.46%
  • yellow value is 5.37%
  • key color value is 5.10%

CMYK: (0,14,5,5)
C0M14Y5K5 (0%, 14%, 5%, 5%)
(0.00 / 0.14 / 0.05 / 0.05)

CMYK percentages

%0
%14.46
%5.37
%5.1

Codes

Color #F2CFE5 in popluar color models

F2 CF E5
RGB 242 207 229
HSL 322° 57.38% 88.04%
HSB/HSV 322° 14.46% 94.90%
CMYK 0.00% 14.46% 5.37%
5.10%

Color #F2CFE5 in popluar number systems.

HEX F2 CF E5
Decimal 242 207 229
Binary 11110010 11001111 11100101
Octal 362 317 345

Shades and tints

Shades of #F2CFE5

#F2CFE5
(242,207,229)
#DCBDD1
(220,189,209)
#C6ABBD
(198,171,189)
#B099A9
(176,153,169)
#9A8795
(154,135,149)
#847581
(132,117,129)
#6E636D
(110,99,109)
#585159
(88,81,89)
#423F45
(66,63,69)
#2C2D31
(44,45,49)
#161B1D
(22,27,29)
#000000
(0,0,0)

Tints of #F2CFE5

#F2CFE5
(242,207,229)
#F3D3E7
(243,211,231)
#F4D7E9
(244,215,233)
#F5DBEB
(245,219,235)
#F6DFED
(246,223,237)
#F7E3EF
(247,227,239)
#F8E7F1
(248,231,241)
#F9EBF3
(249,235,243)
#FAEFF5
(250,239,245)
#FBF3F7
(251,243,247)
#FCF7F9
(252,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2CFE5; }

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

This text font color is #F2CFE5.

Background Color

.myBgColor { background-color: #F2CFE5; }

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

This div background color is #F2CFE5.

Border color

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

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

This div border color is #F2CFE5.

Opacity

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

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

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

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

This text has shadow with #F2CFE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2CFE5.

Preview

Color preview on black background

This text has color #F2CFE5 on black background.


Color preview on white background

This text has color #F2CFE5 on white background.


Black color preview on #F2CFE5 background

This text has black color on #F2CFE5 background.


White color preview on #F2CFE5 background

This text has white color on #F2CFE5 background.


Related colors

Complementary color

Complementary color for #hex is #0D301A.


I love getcolorcode.com

Triadic colors

1 #E5F2CF and #CFE5F2 with #F2CFE5 are triadic colors.

2 #E5CFF2 and #CFF2E5 with #F2CFE5 are triadic colors.