#F0CDCC

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

Shades of Vanilla Ice #F0CDCC

Tints of Vanilla Ice #F0CDCC

Color information

#F0CDCC (or 0xF0CDCC) is unknown color: approx Vanilla Ice. HEX triplet: F0, CD and CC. RGB value is (240,205,204). Sum of RGB (Red+Green+Blue) = 240+205+204=649 (85% of max value = 765). Red value is 240 (94.14% from 255 or 36.98% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDCC is #0F3233. Grayscale: #D7D7D7. Windows color (decimal): -995892 or 13422064. OLE color: 13422064.

HSL color Cylindrical-coordinate representation of color #F0CDCC: hue angle of 1.67º degrees, saturation: 0.55, 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 #F0CDCC is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB240205204-
CMYK00.150.150.06
HSL1.67º54.55%87.06%-
HSV(B)1.67º15%94.12%-
XYZ68.6766.5566.35-
YUV215.35121.6145.58-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.98%
GREEN value IS 205 (80.47% from 255) = 31.59%
BLUE value IS 204 (80.08% from 255) = 31.43%
R=36.98%
G=31.59%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020520400.150.150.061.6754.5587.06
HexF0CDCC0FF623757
Octal360315314017176267127
Binary111100001100110111001100011111111110101101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CDCC; }

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

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

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

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

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

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

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

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