#F1DDEC

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

Shades of Snuff #F1DDEC

Tints of Snuff #F1DDEC

Color information

#F1DDEC (or 0xF1DDEC) is unknown color: approx Snuff. HEX triplet: F1, DD and EC. RGB value is (241,221,236). Sum of RGB (Red+Green+Blue) = 241+221+236=698 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.53% from 698); Green value is 221 (86.72% from 255 or 31.66% from 698); Blue value is 236 (92.58% from 255 or 33.81% from 698); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DDEC is #0E2213. Grayscale: #E4E4E4. Windows color (decimal): -926228 or 15523313. OLE color: 15523313.

HSL color Cylindrical-coordinate representation of color #F1DDEC: hue angle of 315º degrees, saturation: 0.42, 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 #F1DDEC is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB241221236-
CMYK00.080.020.05
HSL315º41.67%90.59%-
HSV(B)315º8.3%94.51%-
XYZ77.2776.4790.04-
YUV228.69132.13136.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.53%
GREEN value IS 221 (86.72% from 255) = 31.66%
BLUE value IS 236 (92.58% from 255) = 33.81%
R=34.53%
G=31.66%
B=33.81%

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
Decimal24122123600.080.020.0531541.6790.59
HexF1DDEC082513b2a5b
Octal3613353540102547352133
Binary11110001110111011110110001000101011001110111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DDEC; }

 p { color: rgb(241,221,236); }

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

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

 a { background-color: rgb(241,221,236); }

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

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

 span { border-color: rgb(241,221,236); }

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