#F4CDCC

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

Shades of Vanilla Ice #F4CDCC

Tints of Vanilla Ice #F4CDCC

Color information

#F4CDCC (or 0xF4CDCC) is unknown color: approx Vanilla Ice. HEX triplet: F4, CD and CC. RGB value is (244,205,204). Sum of RGB (Red+Green+Blue) = 244+205+204=653 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.37% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 204 (80.08% from 255 or 31.24% from 653); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CDCC is #0B3233. Grayscale: #D8D8D8. Windows color (decimal): -733748 or 13422068. OLE color: 13422068.

HSL color Cylindrical-coordinate representation of color #F4CDCC: hue angle of 1.5º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F4CDCC is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB244205204-
CMYK00.160.160.04
HSL1.5º64.52%87.84%-
HSV(B)1.5º16.39%95.69%-
XYZ70.0467.2666.42-
YUV216.55120.92147.58-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.37%
GREEN value IS 205 (80.47% from 255) = 31.39%
BLUE value IS 204 (80.08% from 255) = 31.24%
R=37.37%
G=31.39%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420520400.160.160.041.564.5287.84
HexF4CDCC01010424158
Octal3643153140202042101130
Binary111101001100110111001100010000100001001010000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CDCC; }

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

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

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

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

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

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

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

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