#F2D1CF

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

Shades of Vanilla Ice #F2D1CF

Tints of Vanilla Ice #F2D1CF

Color information

#F2D1CF (or 0xF2D1CF) is unknown color: approx Vanilla Ice. HEX triplet: F2, D1 and CF. RGB value is (242,209,207). Sum of RGB (Red+Green+Blue) = 242+209+207=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 209 (82.03% from 255 or 31.76% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D1CF is #0D2E30. Grayscale: #DADADA. Windows color (decimal): -863793 or 13619698. OLE color: 13619698.

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

Color convert

RGB242209207-
CMYK00.140.140.05
HSL3.43º57.38%88.04%-
HSV(B)3.43º14.46%94.9%-
XYZ70.6868.9868.62-
YUV218.64121.43144.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.78%
GREEN value IS 209 (82.03% from 255) = 31.76%
BLUE value IS 207 (81.25% from 255) = 31.46%
R=36.78%
G=31.76%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220920700.140.140.053.4357.3888.04
HexF2D1CF0EE533958
Octal362321317016165371130
Binary111100101101000111001111011101110101111110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D1CF; }

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

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

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

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

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

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

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

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