#F0CDCD

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

Shades of Vanilla Ice #F0CDCD

Tints of Vanilla Ice #F0CDCD

Color information

#F0CDCD (or 0xF0CDCD) is unknown color: approx Vanilla Ice. HEX triplet: F0, CD and CD. RGB value is (240,205,205). Sum of RGB (Red+Green+Blue) = 240+205+205=650 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.92% from 650); Green value is 205 (80.47% from 255 or 31.54% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDCD is #0F3232. Grayscale: #D7D7D7. Windows color (decimal): -995891 or 13487600. OLE color: 13487600.

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

Color convert

RGB240205205-
CMYK00.150.150.06
HSL53.85%87.25%-
HSV(B)14.58%94.12%-
XYZ68.7966.666.99-
YUV215.46122.1145.5-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.92%
GREEN value IS 205 (80.47% from 255) = 31.54%
BLUE value IS 205 (80.47% from 255) = 31.54%
R=36.92%
G=31.54%
B=31.54%

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
Decimal24020520500.150.150.06053.8587.25
HexF0CDCD0FF603657
Octal360315315017176066127
Binary11110000110011011100110101111111111001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CDCD; }

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

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

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

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

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

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

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

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