#F1D6EB

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

Shades of Snuff #F1D6EB

Tints of Snuff #F1D6EB

Color information

#F1D6EB (or 0xF1D6EB) is unknown color: approx Snuff. HEX triplet: F1, D6 and EB. RGB value is (241,214,235). Sum of RGB (Red+Green+Blue) = 241+214+235=690 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.93% from 690); Green value is 214 (83.98% from 255 or 31.01% from 690); Blue value is 235 (92.19% from 255 or 34.06% from 690); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D6EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D6EB is #0E2914. Grayscale: #E0E0E0. Windows color (decimal): -928021 or 15455985. OLE color: 15455985.

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

Color convert

RGB241214235-
CMYK00.110.020.05
HSL313.33º49.09%89.22%-
HSV(B)313.33º11.2%94.51%-
XYZ75.3272.7988.68-
YUV224.47133.95139.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.93%
GREEN value IS 214 (83.98% from 255) = 31.01%
BLUE value IS 235 (92.19% from 255) = 34.06%
R=34.93%
G=31.01%
B=34.06%

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
Decimal24121423500.110.020.05313.3349.0989.22
HexF1D6EB0B251393159
Octal3613263530132547161131
Binary11110001110101101110101101011101011001110011100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D6EB; }

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

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

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

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

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

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

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

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