#F1D3EC

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

Shades of Snuff #F1D3EC

Tints of Snuff #F1D3EC

Color information

#F1D3EC (or 0xF1D3EC) is unknown color: approx Snuff. HEX triplet: F1, D3 and EC. RGB value is (241,211,236). Sum of RGB (Red+Green+Blue) = 241+211+236=688 (91% of max value = 765). Red value is 241 (94.53% from 255 or 35.03% from 688); Green value is 211 (82.81% from 255 or 30.67% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D3EC is #0E2C13. Grayscale: #DEDEDE. Windows color (decimal): -928788 or 15520753. OLE color: 15520753.

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

Color convert

RGB241211236-
CMYK00.120.020.05
HSL310º51.72%88.63%-
HSV(B)310º12.45%94.51%-
XYZ74.7171.3589.19-
YUV222.82135.44140.97-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.03%
GREEN value IS 211 (82.81% from 255) = 30.67%
BLUE value IS 236 (92.58% from 255) = 34.30%
R=35.03%
G=30.67%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121123600.120.020.0531051.7288.63
HexF1D3EC0C251363459
Octal3613233540142546664131
Binary11110001110100111110110001100101011001101101101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D3EC; }

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

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

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

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

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

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

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

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