#F1DFEE

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

Shades of Snuff #F1DFEE

Tints of Snuff #F1DFEE

Color information

#F1DFEE (or 0xF1DFEE) is unknown color: approx Snuff. HEX triplet: F1, DF and EE. RGB value is (241,223,238). Sum of RGB (Red+Green+Blue) = 241+223+238=702 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.33% from 702); Green value is 223 (87.5% from 255 or 31.77% from 702); Blue value is 238 (93.36% from 255 or 33.90% from 702); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DFEE is #0E2011. Grayscale: #E6E6E6. Windows color (decimal): -925714 or 15654897. OLE color: 15654897.

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

Color convert

RGB241223238-
CMYK00.070.010.05
HSL310º39.13%90.98%-
HSV(B)310º7.47%94.51%-
XYZ78.177.6591.76-
YUV230.09132.46135.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.33%
GREEN value IS 223 (87.5% from 255) = 31.77%
BLUE value IS 238 (93.36% from 255) = 33.90%
R=34.33%
G=31.77%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122323800.070.010.0531039.1390.98
HexF1DFEE0715136275b
Octal361337356071546647133
Binary111100011101111111101110011111011001101101001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DFEE; }

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

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

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

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

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

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

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

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