#F9DDF4

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

Shades of Snuff #F9DDF4

Tints of Snuff #F9DDF4

Color information

#F9DDF4 (or 0xF9DDF4) is unknown color: approx Snuff. HEX triplet: F9, DD and F4. RGB value is (249,221,244). Sum of RGB (Red+Green+Blue) = 249+221+244=714 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.87% from 714); Green value is 221 (86.72% from 255 or 30.95% from 714); Blue value is 244 (95.70% from 255 or 34.17% from 714); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DDF4 is #06220B. Grayscale: #E7E7E7. Windows color (decimal): -401932 or 16047609. OLE color: 16047609.

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

Color convert

RGB249221244-
CMYK00.110.020.02
HSL310.71º70%92.16%-
HSV(B)310.71º11.24%97.65%-
XYZ81.2578.3896.44-
YUV231.99134.78140.13-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.87%
GREEN value IS 221 (86.72% from 255) = 30.95%
BLUE value IS 244 (95.70% from 255) = 34.17%
R=34.87%
G=30.95%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922124400.110.020.02310.717092.16
HexF9DDF40B22137465c
Octal37133536401322467106134
Binary11111001110111011111010001011101010011011110001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DDF4; }

 p { color: rgb(249,221,244); }

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

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

 a { background-color: rgb(249,221,244); }

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

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

 span { border-color: rgb(249,221,244); }

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