#F9DBF2

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

Shades of Snuff #F9DBF2

Tints of Snuff #F9DBF2

Color information

#F9DBF2 (or 0xF9DBF2) is unknown color: approx Snuff. HEX triplet: F9, DB and F2. RGB value is (249,219,242). Sum of RGB (Red+Green+Blue) = 249+219+242=710 (94% of max value = 765). Red value is 249 (97.66% from 255 or 35.07% from 710); Green value is 219 (85.94% from 255 or 30.85% from 710); Blue value is 242 (94.92% from 255 or 34.08% from 710); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DBF2 is #06240D. Grayscale: #E6E6E6. Windows color (decimal): -402446 or 15916025. OLE color: 15916025.

HSL color Cylindrical-coordinate representation of color #F9DBF2: hue angle of 314º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F9DBF2 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB249219242-
CMYK00.120.030.02
HSL314º71.43%91.76%-
HSV(B)314º12.05%97.65%-
XYZ80.4377.2194.67-
YUV230.59134.44141.13-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.07%
GREEN value IS 219 (85.94% from 255) = 30.85%
BLUE value IS 242 (94.92% from 255) = 34.08%
R=35.07%
G=30.85%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921924200.120.030.0231471.4391.76
HexF9DBF20C3213a475c
Octal37133336201432472107134
Binary11111001110110111111001001100111010011101010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DBF2; }

 p { color: rgb(249,219,242); }

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

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

 a { background-color: rgb(249,219,242); }

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

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

 span { border-color: rgb(249,219,242); }

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