#F9D1FB

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

Shades of Snuff #F9D1FB

Tints of Snuff #F9D1FB

Color information

#F9D1FB (or 0xF9D1FB) is unknown color: approx Snuff. HEX triplet: F9, D1 and FB. RGB value is (249,209,251). Sum of RGB (Red+Green+Blue) = 249+209+251=709 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.12% from 709); Green value is 209 (82.03% from 255 or 29.48% from 709); Blue value is 251 (98.44% from 255 or 35.40% from 709); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9D1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D1FB is #062E04. Grayscale: #E1E1E1. Windows color (decimal): -404997 or 16503289. OLE color: 16503289.

HSL color Cylindrical-coordinate representation of color #F9D1FB: hue angle of 297.14º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F9D1FB is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB249209251-
CMYK0.010.1700.02
HSL297.14º84%90.2%-
HSV(B)297.14º16.73%98.43%-
XYZ79.2872.71101.12-
YUV225.75142.25144.58-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.12%
GREEN value IS 209 (82.03% from 255) = 29.48%
BLUE value IS 251 (98.44% from 255) = 35.40%
R=35.12%
G=29.48%
B=35.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492092510.010.1700.02297.148490.2
HexF9D1FB11102129545a
Octal37132137312102451124132
Binary11111001110100011111101111000101010010100110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D1FB; }

 p { color: rgb(249,209,251); }

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

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

 a { background-color: rgb(249,209,251); }

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

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

 span { border-color: rgb(249,209,251); }

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