Html Css Color HEX #F2CECC Vanilla Ice

📋 copy color: '#F2CECC'

red 242 ◦ green 206 ◦ blue 204

#F2CECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vanilla Ice #F2CECC

Tints of Vanilla Ice #F2CECC

RGB

 RED value IS 242 (94.92% from 255) = 37.12%

 GREEN value IS 206 (80.86% from 255) = 31.6%

 BLUE value IS 204 (80.08% from 255) = 31.29%

R = 37.12%
G = 31.6%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F2CECC (or 0xF2CECC) is known color: Vanilla Ice. HEX triplet: F2, CE and CC. RGB value is (242,206,204). Sum of RGB (Red+Green+Blue) = 242+206+204=652 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.12% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CECC is #0D3133. Grayscale: #D8D8D8. Windows color (decimal): -864564 or 13422322. OLE color: 13422322.

HSL color Cylindrical-coordinate representation of color #F2CECC: hue angle of 3.16º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2CECC is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 206 204 -
CMYK 0 0.15 0.16 0.05
HSL 3.16º 0.59% 0.87% -
HSV(B) 3.16º 0.16% 0.95% -
XYZ 69.59 67.38 66.46 -
YUV 216.54 120.93 146.16 -
System Red Green Blue C M Y K H S L
Decimal 242 206 204 0 0.15 0.16 0.05 3.16 0.59 0.87
Hex F2 CE CC 0 F 10 5 3 3B 57
Octal 362 316 314 0 17 20 5 3 73 127
Binary 11110010 11001110 11001100 0 1111 10000 101 11 111011 1010111

Color Harmonies of #F2CECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CECC

Black with #F2CECC

Text Example


Text Example

White with #F2CECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CECC; }

 p { color: rgb(242,206,204); }

 H1.HeaderClassName
 {
   color: #F2CECC;
 }
 .AnyTagClassName
 {
   color: #F2CECC;
 }
</style>

background-color css

<style>
 a { background-color: #F2CECC; }

 a { background-color: rgb(242,206,204); }

 div.DivClassName
 {
   background-color: #F2CECC;
 }
 .BgClassName
 {
   background-color: #F2CECC;
 }
</style>

border-color css

<style>
 span { border-color: #F2CECC; }

 span { border-color: rgb(242,206,204); }

 td.TdClassName
 {
   border-color: #F2CECC;
 }
 .TagClassName
 {
   border-color: #F2CECC;
 }
</style>