#F1D4EB

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

Shades of Snuff #F1D4EB

Tints of Snuff #F1D4EB

Color information

#F1D4EB (or 0xF1D4EB) is unknown color: approx Snuff. HEX triplet: F1, D4 and EB. RGB value is (241,212,235). Sum of RGB (Red+Green+Blue) = 241+212+235=688 (91% of max value = 765). Red value is 241 (94.53% from 255 or 35.03% from 688); Green value is 212 (83.20% from 255 or 30.81% from 688); Blue value is 235 (92.19% from 255 or 34.16% from 688); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D4EB is #0E2B14. Grayscale: #DFDFDF. Windows color (decimal): -928533 or 15455473. OLE color: 15455473.

HSL color Cylindrical-coordinate representation of color #F1D4EB: hue angle of 312.41º degrees, saturation: 0.51, 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 #F1D4EB is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB241212235-
CMYK00.120.020.05
HSL312.41º50.88%88.82%-
HSV(B)312.41º12.03%94.51%-
XYZ74.8171.7988.51-
YUV223.29134.61140.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.03%
GREEN value IS 212 (83.20% from 255) = 30.81%
BLUE value IS 235 (92.19% from 255) = 34.16%
R=35.03%
G=30.81%
B=34.16%

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
Decimal24121223500.120.020.05312.4150.8888.82
HexF1D4EB0C251383359
Octal3613243530142547063131
Binary11110001110101001110101101100101011001110001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D4EB; }

 p { color: rgb(241,212,235); }

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

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

 a { background-color: rgb(241,212,235); }

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

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

 span { border-color: rgb(241,212,235); }

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