Html Css Color HEX #F2CCCB Vanilla Ice

📋 copy color: '#F2CCCB'

red 242 ◦ green 204 ◦ blue 203

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

Shades of Vanilla Ice #F2CCCB

Tints of Vanilla Ice #F2CCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.28%

R = 37.29%
G = 31.43%
B = 31.28%

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

#F2CCCB (or 0xF2CCCB) is known color: Vanilla Ice. HEX triplet: F2, CC and CB. RGB value is (242,204,203). Sum of RGB (Red+Green+Blue) = 242+204+203=649 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.29% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 203 (79.69% from 255 or 31.28% from 649); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCCB is #0D3334. Grayscale: #D7D7D7. Windows color (decimal): -865077 or 13356274. OLE color: 13356274.

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

Color convert

RGB 242 204 203 -
CMYK 0 0.16 0.16 0.05
HSL 1.54º 0.6% 0.87% -
HSV(B) 1.54º 0.16% 0.95% -
XYZ 68.99 66.37 65.68 -
YUV 215.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 242 204 203 0 0.16 0.16 0.05 1.54 0.6 0.87
Hex F2 CC CB 0 10 10 5 2 3C 57
Octal 362 314 313 0 20 20 5 2 74 127
Binary 11110010 11001100 11001011 0 10000 10000 101 10 111100 1010111

Color Harmonies of #F2CCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CCCB

Black with #F2CCCB

Text Example


Text Example

White with #F2CCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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