Html Css Color HEX #F2CDCC Vanilla Ice

📋 copy color: '#F2CDCC'

red 242 ◦ green 205 ◦ blue 204

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

Shades of Vanilla Ice #F2CDCC

Tints of Vanilla Ice #F2CDCC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.49%

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

R = 37.17%
G = 31.49%
B = 31.34%

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

#F2CDCC (or 0xF2CDCC) is known color: Vanilla Ice. HEX triplet: F2, CD and CC. RGB value is (242,205,204). Sum of RGB (Red+Green+Blue) = 242+205+204=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CDCC is #0D3233. Grayscale: #D7D7D7. Windows color (decimal): -864820 or 13422066. OLE color: 13422066.

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

Color convert

RGB 242 205 204 -
CMYK 0 0.15 0.16 0.05
HSL 1.58º 0.59% 0.87% -
HSV(B) 1.58º 0.16% 0.95% -
XYZ 69.35 66.9 66.38 -
YUV 215.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 242 205 204 0 0.15 0.16 0.05 1.58 0.59 0.87
Hex F2 CD CC 0 F 10 5 2 3B 57
Octal 362 315 314 0 17 20 5 2 73 127
Binary 11110010 11001101 11001100 0 1111 10000 101 10 111011 1010111

Color Harmonies of #F2CDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CDCC

Black with #F2CDCC

Text Example


Text Example

White with #F2CDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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