#F1DFED

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

Shades of Snuff #F1DFED

Tints of Snuff #F1DFED

Color information

#F1DFED (or 0xF1DFED) is unknown color: approx Snuff. HEX triplet: F1, DF and ED. RGB value is (241,223,237). Sum of RGB (Red+Green+Blue) = 241+223+237=701 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.38% from 701); Green value is 223 (87.5% from 255 or 31.81% from 701); Blue value is 237 (92.97% from 255 or 33.81% from 701); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DFED is #0E2012. Grayscale: #E5E5E5. Windows color (decimal): -925715 or 15589361. OLE color: 15589361.

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

Color convert

RGB241223237-
CMYK00.070.020.05
HSL313.33º39.13%90.98%-
HSV(B)313.33º7.47%94.51%-
XYZ77.9577.5990.99-
YUV229.98131.96135.86-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.38%
GREEN value IS 223 (87.5% from 255) = 31.81%
BLUE value IS 237 (92.97% from 255) = 33.81%
R=34.38%
G=31.81%
B=33.81%

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
Decimal24122323700.070.020.05313.3339.1390.98
HexF1DFED0725139275b
Octal361337355072547147133
Binary1111000111011111111011010111101011001110011001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DFED; }

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

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

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

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

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

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

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

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