#F1CDCB

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

Shades of Vanilla Ice #F1CDCB

Tints of Vanilla Ice #F1CDCB

Color information

#F1CDCB (or 0xF1CDCB) is unknown color: approx Vanilla Ice. HEX triplet: F1, CD and CB. RGB value is (241,205,203). Sum of RGB (Red+Green+Blue) = 241+205+203=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 203 (79.69% from 255 or 31.28% from 649); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CDCB is #0E3234. Grayscale: #D7D7D7. Windows color (decimal): -930357 or 13356529. OLE color: 13356529.

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

Color convert

RGB241205203-
CMYK00.150.160.05
HSL3.16º57.58%87.06%-
HSV(B)3.16º15.77%94.51%-
XYZ68.8966.6865.74-
YUV215.54120.93146.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.13%
GREEN value IS 205 (80.47% from 255) = 31.59%
BLUE value IS 203 (79.69% from 255) = 31.28%
R=37.13%
G=31.59%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120520300.150.160.053.1657.5887.06
HexF1CDCB0F10533a57
Octal361315313017205372127
Binary1111000111001101110010110111110000101111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CDCB; }

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

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

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

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

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

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

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

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