#F1D0EE

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

Shades of Snuff #F1D0EE

Tints of Snuff #F1D0EE

Color information

#F1D0EE (or 0xF1D0EE) is unknown color: approx Snuff. HEX triplet: F1, D0 and EE. RGB value is (241,208,238). Sum of RGB (Red+Green+Blue) = 241+208+238=687 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.08% from 687); Green value is 208 (81.64% from 255 or 30.28% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D0EE is #0E2F11. Grayscale: #DDDDDD. Windows color (decimal): -929554 or 15651057. OLE color: 15651057.

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

Color convert

RGB241208238-
CMYK00.140.010.05
HSL305.45º54.1%88.04%-
HSV(B)305.45º13.69%94.51%-
XYZ74.2669.9990.48-
YUV221.29137.43142.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.08%
GREEN value IS 208 (81.64% from 255) = 30.28%
BLUE value IS 238 (93.36% from 255) = 34.64%
R=35.08%
G=30.28%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120823800.140.010.05305.4554.188.04
HexF1D0EE0E151313658
Octal3613203560161546166130
Binary1111000111010000111011100111011011001100011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D0EE; }

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

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

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

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

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

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

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

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