#F5CECE

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

Shades of Vanilla Ice #F5CECE

Tints of Vanilla Ice #F5CECE

Color information

#F5CECE (or 0xF5CECE) is unknown color: approx Vanilla Ice. HEX triplet: F5, CE and CE. RGB value is (245,206,206). Sum of RGB (Red+Green+Blue) = 245+206+206=657 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.29% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 206 (80.86% from 255 or 31.35% from 657); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CECE is #0A3131. Grayscale: #D9D9D9. Windows color (decimal): -667954 or 13553397. OLE color: 13553397.

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

Color convert

RGB245206206-
CMYK00.160.160.04
HSL66.1%88.43%-
HSV(B)15.92%96.08%-
XYZ70.8768.0167.78-
YUV217.66121.42147.5-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.29%
GREEN value IS 206 (80.86% from 255) = 31.35%
BLUE value IS 206 (80.86% from 255) = 31.35%
R=37.29%
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
Decimal24520620600.160.160.04066.188.43
HexF5CECE01010404258
Octal3653163160202040102130
Binary11110101110011101100111001000010000100010000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CECE; }

 p { color: rgb(245,206,206); }

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

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

 a { background-color: rgb(245,206,206); }

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

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

 span { border-color: rgb(245,206,206); }

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