#F1D0CF

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

Shades of Vanilla Ice #F1D0CF

Tints of Vanilla Ice #F1D0CF

Color information

#F1D0CF (or 0xF1D0CF) is unknown color: approx Vanilla Ice. HEX triplet: F1, D0 and CF. RGB value is (241,208,207). Sum of RGB (Red+Green+Blue) = 241+208+207=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 208 (81.64% from 255 or 31.71% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D0CF is #0E2F30. Grayscale: #D9D9D9. Windows color (decimal): -929585 or 13619441. OLE color: 13619441.

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

Color convert

RGB241208207-
CMYK00.140.140.05
HSL1.76º54.84%87.84%-
HSV(B)1.76º14.11%94.51%-
XYZ70.0968.3268.52-
YUV217.75121.93144.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.74%
GREEN value IS 208 (81.64% from 255) = 31.71%
BLUE value IS 207 (81.25% from 255) = 31.55%
R=36.74%
G=31.71%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120820700.140.140.051.7654.8487.84
HexF1D0CF0EE523758
Octal361320317016165267130
Binary111100011101000011001111011101110101101101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D0CF; }

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

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

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

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

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

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

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

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