#F0CFCD

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

Shades of Vanilla Ice #F0CFCD

Tints of Vanilla Ice #F0CFCD

Color information

#F0CFCD (or 0xF0CFCD) is unknown color: approx Vanilla Ice. HEX triplet: F0, CF and CD. RGB value is (240,207,205). Sum of RGB (Red+Green+Blue) = 240+207+205=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 207 (81.25% from 255 or 31.75% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFCD is #0F3032. Grayscale: #D8D8D8. Windows color (decimal): -995379 or 13488112. OLE color: 13488112.

HSL color Cylindrical-coordinate representation of color #F0CFCD: hue angle of 3.43º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0CFCD is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB240207205-
CMYK00.140.150.06
HSL3.43º53.85%87.25%-
HSV(B)3.43º14.58%94.12%-
XYZ69.2767.5667.15-
YUV216.64121.43144.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.81%
GREEN value IS 207 (81.25% from 255) = 31.75%
BLUE value IS 205 (80.47% from 255) = 31.44%
R=36.81%
G=31.75%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020720500.140.150.063.4353.8587.25
HexF0CFCD0EF633657
Octal360317315016176366127
Binary111100001100111111001101011101111110111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CFCD; }

 p { color: rgb(240,207,205); }

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

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

 a { background-color: rgb(240,207,205); }

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

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

 span { border-color: rgb(240,207,205); }

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