#F1DFEC

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

Shades of Snuff #F1DFEC

Tints of Snuff #F1DFEC

Color information

#F1DFEC (or 0xF1DFEC) is unknown color: approx Snuff. HEX triplet: F1, DF and EC. RGB value is (241,223,236). Sum of RGB (Red+Green+Blue) = 241+223+236=700 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.43% from 700); Green value is 223 (87.5% from 255 or 31.86% from 700); Blue value is 236 (92.58% from 255 or 33.71% from 700); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DFEC is #0E2013. Grayscale: #E5E5E5. Windows color (decimal): -925716 or 15523825. OLE color: 15523825.

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

Color convert

RGB241223236-
CMYK00.070.020.05
HSL316.67º39.13%90.98%-
HSV(B)316.67º7.47%94.51%-
XYZ77.877.5390.22-
YUV229.86131.46135.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.43%
GREEN value IS 223 (87.5% from 255) = 31.86%
BLUE value IS 236 (92.58% from 255) = 33.71%
R=34.43%
G=31.86%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122323600.070.020.05316.6739.1390.98
HexF1DFEC072513d275b
Octal361337354072547547133
Binary1111000111011111111011000111101011001111011001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DFEC; }

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

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

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

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

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

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

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

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