#F1D7ED

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

Shades of Snuff #F1D7ED

Tints of Snuff #F1D7ED

Color information

#F1D7ED (or 0xF1D7ED) is unknown color: approx Snuff. HEX triplet: F1, D7 and ED. RGB value is (241,215,237). Sum of RGB (Red+Green+Blue) = 241+215+237=693 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.78% from 693); Green value is 215 (84.38% from 255 or 31.02% from 693); Blue value is 237 (92.97% from 255 or 34.20% from 693); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D7ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D7ED is #0E2812. Grayscale: #E1E1E1. Windows color (decimal): -927763 or 15587313. OLE color: 15587313.

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

Color convert

RGB241215237-
CMYK00.110.020.05
HSL309.23º48.15%89.41%-
HSV(B)309.23º10.79%94.51%-
XYZ75.8673.4290.29-
YUV225.28134.61139.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.78%
GREEN value IS 215 (84.38% from 255) = 31.02%
BLUE value IS 237 (92.97% from 255) = 34.20%
R=34.78%
G=31.02%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121523700.110.020.05309.2348.1589.41
HexF1D7ED0B251353059
Octal3613273550132546560131
Binary11110001110101111110110101011101011001101011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D7ED; }

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

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

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

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

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

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

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

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