#F5CBCB

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

Shades of Vanilla Ice #F5CBCB

Tints of Vanilla Ice #F5CBCB

Color information

#F5CBCB (or 0xF5CBCB) is unknown color: approx Vanilla Ice. HEX triplet: F5, CB and CB. RGB value is (245,203,203). Sum of RGB (Red+Green+Blue) = 245+203+203=651 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.63% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CBCB is #0A3434. Grayscale: #D7D7D7. Windows color (decimal): -668725 or 13356021. OLE color: 13356021.

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

Color convert

RGB245203203-
CMYK00.170.170.04
HSL67.74%87.84%-
HSV(B)17.14%96.08%-
XYZ69.7966.4465.64-
YUV215.56120.91149-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.63%
GREEN value IS 203 (79.69% from 255) = 31.18%
BLUE value IS 203 (79.69% from 255) = 31.18%
R=37.63%
G=31.18%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520320300.170.170.04067.7487.84
HexF5CBCB01111404458
Octal3653133130212140104130
Binary11110101110010111100101101000110001100010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CBCB; }

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

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

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

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

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

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

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

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