#F1CBCA

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

Shades of Vanilla Ice #F1CBCA

Tints of Vanilla Ice #F1CBCA

Color information

#F1CBCA (or 0xF1CBCA) is unknown color: approx Vanilla Ice. HEX triplet: F1, CB and CA. RGB value is (241,203,202). Sum of RGB (Red+Green+Blue) = 241+203+202=646 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.31% from 646); Green value is 203 (79.69% from 255 or 31.42% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CBCA is #0E3435. Grayscale: #D6D6D6. Windows color (decimal): -930870 or 13290481. OLE color: 13290481.

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

Color convert

RGB241203202-
CMYK00.160.160.05
HSL1.54º58.21%86.86%-
HSV(B)1.54º16.18%94.51%-
XYZ68.2965.6864.95-
YUV214.25121.09147.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.31%
GREEN value IS 203 (79.69% from 255) = 31.42%
BLUE value IS 202 (79.30% from 255) = 31.27%
R=37.31%
G=31.42%
B=31.27%

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
Decimal24120320200.160.160.051.5458.2186.86
HexF1CBCA01010523a57
Octal361313312020205272127
Binary11110001110010111100101001000010000101101110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CBCA; }

 p { color: rgb(241,203,202); }

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

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

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

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

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

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

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