#F1CBCB

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

Shades of Vanilla Ice #F1CBCB

Tints of Vanilla Ice #F1CBCB

Color information

#F1CBCB (or 0xF1CBCB) is unknown color: approx Vanilla Ice. HEX triplet: F1, CB and CB. RGB value is (241,203,203). Sum of RGB (Red+Green+Blue) = 241+203+203=647 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.25% from 647); Green value is 203 (79.69% from 255 or 31.38% from 647); Blue value is 203 (79.69% from 255 or 31.38% from 647); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CBCB is #0E3434. Grayscale: #D6D6D6. Windows color (decimal): -930869 or 13356017. OLE color: 13356017.

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

Color convert

RGB241203203-
CMYK00.160.160.05
HSL57.58%87.06%-
HSV(B)15.77%94.51%-
XYZ68.4165.7265.58-
YUV214.36121.59147-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.25%
GREEN value IS 203 (79.69% from 255) = 31.38%
BLUE value IS 203 (79.69% from 255) = 31.38%
R=37.25%
G=31.38%
B=31.38%

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
Decimal24120320300.160.160.05057.5887.06
HexF1CBCB01010503a57
Octal361313313020205072127
Binary1111000111001011110010110100001000010101110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CBCB; }

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

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

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

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

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

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

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

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