Html Css Color HEX #F2CCCC Vanilla Ice

📋 copy color: '#F2CCCC'

red 242 ◦ green 204 ◦ blue 204

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

Shades of Vanilla Ice #F2CCCC

Tints of Vanilla Ice #F2CCCC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.38%

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

R = 37.23%
G = 31.38%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F2CCCC (or 0xF2CCCC) is known color: Vanilla Ice. HEX triplet: F2, CC and CC. RGB value is (242,204,204). Sum of RGB (Red+Green+Blue) = 242+204+204=650 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.23% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCCC is #0D3333. Grayscale: #D7D7D7. Windows color (decimal): -865076 or 13421810. OLE color: 13421810.

HSL color Cylindrical-coordinate representation of color #F2CCCC: hue angle of 0º 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 #F2CCCC is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 204 204 -
CMYK 0 0.16 0.16 0.05
HSL 0.59% 0.87% -
HSV(B) 0.16% 0.95% -
XYZ 69.11 66.42 66.31 -
YUV 215.36 121.59 147 -
System Red Green Blue C M Y K H S L
Decimal 242 204 204 0 0.16 0.16 0.05 0 0.59 0.87
Hex F2 CC CC 0 10 10 5 0 3B 57
Octal 362 314 314 0 20 20 5 0 73 127
Binary 11110010 11001100 11001100 0 10000 10000 101 0 111011 1010111

Color Harmonies of #F2CCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CCCC

Black with #F2CCCC

Text Example


Text Example

White with #F2CCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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