#F2D2CF

Color #F2D2CF Vanilla Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vanilla Ice #F2D2CF

Tints of Vanilla Ice #F2D2CF

Color information

#F2D2CF (or 0xF2D2CF) is unknown color: approx Vanilla Ice. HEX triplet: F2, D2 and CF. RGB value is (242,210,207). Sum of RGB (Red+Green+Blue) = 242+210+207=659 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.72% from 659); Green value is 210 (82.42% from 255 or 31.87% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D2CF is #0D2D30. Grayscale: #DBDBDB. Windows color (decimal): -863537 or 13619954. OLE color: 13619954.

HSL color Cylindrical-coordinate representation of color #F2D2CF: hue angle of 5.14º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2D2CF is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB242210207-
CMYK00.130.140.05
HSL5.14º57.38%88.04%-
HSV(B)5.14º14.46%94.9%-
XYZ70.9369.4868.7-
YUV219.23121.1144.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.72%
GREEN value IS 210 (82.42% from 255) = 31.87%
BLUE value IS 207 (81.25% from 255) = 31.41%
R=36.72%
G=31.87%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221020700.130.140.055.1457.3888.04
HexF2D2CF0DE553958
Octal362322317015165571130
Binary1111001011010010110011110110111101011011110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D2CF; }

 p { color: rgb(242,210,207); }

 H1.HeaderClassName
 {
   color: #F2D2CF;
 }
 .AnyTagClassName
 {
   color: #F2D2CF;
 }
</style>
background-color css

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

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

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

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

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

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