#F3CBCB

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

Shades of Vanilla Ice #F3CBCB

Tints of Vanilla Ice #F3CBCB

Color information

#F3CBCB (or 0xF3CBCB) is unknown color: approx Vanilla Ice. HEX triplet: F3, CB and CB. RGB value is (243,203,203). Sum of RGB (Red+Green+Blue) = 243+203+203=649 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.44% from 649); Green value is 203 (79.69% from 255 or 31.28% from 649); Blue value is 203 (79.69% from 255 or 31.28% from 649); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CBCB is #0C3434. Grayscale: #D7D7D7. Windows color (decimal): -799797 or 13356019. OLE color: 13356019.

HSL color Cylindrical-coordinate representation of color #F3CBCB: hue angle of 0º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3CBCB is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB243203203-
CMYK00.160.160.05
HSL62.5%87.45%-
HSV(B)16.46%95.29%-
XYZ69.166.0865.61-
YUV214.96121.25148-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.44%
GREEN value IS 203 (79.69% from 255) = 31.28%
BLUE value IS 203 (79.69% from 255) = 31.28%
R=37.44%
G=31.28%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320320300.160.160.05062.587.45
HexF3CBCB01010503e57
Octal363313313020205076127
Binary1111001111001011110010110100001000010101111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CBCB; }

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

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

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

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

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

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

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

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