#F1DDEE

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

Shades of Snuff #F1DDEE

Tints of Snuff #F1DDEE

Color information

#F1DDEE (or 0xF1DDEE) is unknown color: approx Snuff. HEX triplet: F1, DD and EE. RGB value is (241,221,238). Sum of RGB (Red+Green+Blue) = 241+221+238=700 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.43% from 700); Green value is 221 (86.72% from 255 or 31.57% from 700); Blue value is 238 (93.36% from 255 or 34% from 700); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DDEE is #0E2211. Grayscale: #E4E4E4. Windows color (decimal): -926226 or 15654385. OLE color: 15654385.

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

Color convert

RGB241221238-
CMYK00.080.010.05
HSL309º41.67%90.59%-
HSV(B)309º8.3%94.51%-
XYZ77.5676.5991.58-
YUV228.92133.13136.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.43%
GREEN value IS 221 (86.72% from 255) = 31.57%
BLUE value IS 238 (93.36% from 255) = 34%
R=34.43%
G=31.57%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122123800.080.010.0530941.6790.59
HexF1DDEE08151352a5b
Octal3613353560101546552133
Binary1111000111011101111011100100011011001101011010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DDEE; }

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

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

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

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

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

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

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

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