#F1D0CD

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

Shades of Vanilla Ice #F1D0CD

Tints of Vanilla Ice #F1D0CD

Color information

#F1D0CD (or 0xF1D0CD) is unknown color: approx Vanilla Ice. HEX triplet: F1, D0 and CD. RGB value is (241,208,205). Sum of RGB (Red+Green+Blue) = 241+208+205=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 208 (81.64% from 255 or 31.80% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D0CD is #0E2F32. Grayscale: #D9D9D9. Windows color (decimal): -929587 or 13488369. OLE color: 13488369.

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

Color convert

RGB241208205-
CMYK00.140.150.05
HSL56.25%87.45%-
HSV(B)14.94%94.51%-
XYZ69.8568.2267.24-
YUV217.52120.93144.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.85%
GREEN value IS 208 (81.64% from 255) = 31.80%
BLUE value IS 205 (80.47% from 255) = 31.35%
R=36.85%
G=31.80%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120820500.140.150.05556.2587.45
HexF1D0CD0EF553857
Octal361320315016175570127
Binary1111000111010000110011010111011111011011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D0CD; }

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

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

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

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

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

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

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

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