#F1D2EE

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

Shades of Snuff #F1D2EE

Tints of Snuff #F1D2EE

Color information

#F1D2EE (or 0xF1D2EE) is unknown color: approx Snuff. HEX triplet: F1, D2 and EE. RGB value is (241,210,238). Sum of RGB (Red+Green+Blue) = 241+210+238=689 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.98% from 689); Green value is 210 (82.42% from 255 or 30.48% from 689); Blue value is 238 (93.36% from 255 or 34.54% from 689); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D2EE is #0E2D11. Grayscale: #DEDEDE. Windows color (decimal): -929042 or 15651569. OLE color: 15651569.

HSL color Cylindrical-coordinate representation of color #F1D2EE: hue angle of 305.81º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F1D2EE is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB241210238-
CMYK00.130.010.05
HSL305.81º52.54%88.43%-
HSV(B)305.81º12.86%94.51%-
XYZ74.7570.9790.65-
YUV222.46136.77141.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.98%
GREEN value IS 210 (82.42% from 255) = 30.48%
BLUE value IS 238 (93.36% from 255) = 34.54%
R=34.98%
G=30.48%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121023800.130.010.05305.8152.5488.43
HexF1D2EE0D151323558
Octal3613223560151546265130
Binary1111000111010010111011100110111011001100101101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D2EE; }

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

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

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

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

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

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

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

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