#F9D1FC

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

Shades of Snuff #F9D1FC

Tints of Snuff #F9D1FC

Color information

#F9D1FC (or 0xF9D1FC) is unknown color: approx Snuff. HEX triplet: F9, D1 and FC. RGB value is (249,209,252). Sum of RGB (Red+Green+Blue) = 249+209+252=710 (94% of max value = 765). Red value is 249 (97.66% from 255 or 35.07% from 710); Green value is 209 (82.03% from 255 or 29.44% from 710); Blue value is 252 (98.83% from 255 or 35.49% from 710); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9D1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D1FC is #062E03. Grayscale: #E1E1E1. Windows color (decimal): -404996 or 16568825. OLE color: 16568825.

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

Color convert

RGB249209252-
CMYK0.010.1700.01
HSL295.81º87.76%90.39%-
HSV(B)295.81º17.06%98.82%-
XYZ79.4472.77101.95-
YUV225.86142.75144.5-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.07%
GREEN value IS 209 (82.03% from 255) = 29.44%
BLUE value IS 252 (98.83% from 255) = 35.49%
R=35.07%
G=29.44%
B=35.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2492092520.010.1700.01295.8187.7690.39
HexF9D1FC11101128585a
Octal37132137412101450130132
Binary1111100111010001111111001100010110010100010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D1FC; }

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

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

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

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

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

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

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

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