#F4CDCD

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

Shades of Vanilla Ice #F4CDCD

Tints of Vanilla Ice #F4CDCD

Color information

#F4CDCD (or 0xF4CDCD) is unknown color: approx Vanilla Ice. HEX triplet: F4, CD and CD. RGB value is (244,205,205). Sum of RGB (Red+Green+Blue) = 244+205+205=654 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.31% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CDCD is #0B3232. Grayscale: #D8D8D8. Windows color (decimal): -733747 or 13487604. OLE color: 13487604.

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

Color convert

RGB244205205-
CMYK00.160.160.04
HSL63.93%88.04%-
HSV(B)15.98%95.69%-
XYZ70.1667.367.05-
YUV216.66121.42147.5-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.31%
GREEN value IS 205 (80.47% from 255) = 31.35%
BLUE value IS 205 (80.47% from 255) = 31.35%
R=37.31%
G=31.35%
B=31.35%

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
Decimal24420520500.160.160.04063.9388.04
HexF4CDCD01010404058
Octal3643153150202040100130
Binary11110100110011011100110101000010000100010000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CDCD; }

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

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

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

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

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

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

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

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