#F1DEED

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

Shades of Snuff #F1DEED

Tints of Snuff #F1DEED

Color information

#F1DEED (or 0xF1DEED) is unknown color: approx Snuff. HEX triplet: F1, DE and ED. RGB value is (241,222,237). Sum of RGB (Red+Green+Blue) = 241+222+237=700 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.43% from 700); Green value is 222 (87.11% from 255 or 31.71% from 700); Blue value is 237 (92.97% from 255 or 33.86% from 700); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DEED is #0E2112. Grayscale: #E5E5E5. Windows color (decimal): -925971 or 15589105. OLE color: 15589105.

HSL color Cylindrical-coordinate representation of color #F1DEED: hue angle of 312.63º degrees, saturation: 0.4, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F1DEED is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB241222237-
CMYK00.080.020.05
HSL312.63º40.43%90.78%-
HSV(B)312.63º7.88%94.51%-
XYZ77.6877.0690.9-
YUV229.39132.29136.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.43%
GREEN value IS 222 (87.11% from 255) = 31.71%
BLUE value IS 237 (92.97% from 255) = 33.86%
R=34.43%
G=31.71%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122223700.080.020.05312.6340.4390.78
HexF1DEED0825139285b
Octal3613363550102547150133
Binary11110001110111101110110101000101011001110011010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DEED; }

 p { color: rgb(241,222,237); }

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

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

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

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

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

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

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