#F9DDF5

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

Shades of Snuff #F9DDF5

Tints of Snuff #F9DDF5

Color information

#F9DDF5 (or 0xF9DDF5) is unknown color: approx Snuff. HEX triplet: F9, DD and F5. RGB value is (249,221,245). Sum of RGB (Red+Green+Blue) = 249+221+245=715 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.83% from 715); Green value is 221 (86.72% from 255 or 30.91% from 715); Blue value is 245 (96.09% from 255 or 34.27% from 715); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DDF5 is #06220A. Grayscale: #E8E8E8. Windows color (decimal): -401931 or 16113145. OLE color: 16113145.

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

Color convert

RGB249221245-
CMYK00.110.020.02
HSL308.57º70%92.16%-
HSV(B)308.57º11.24%97.65%-
XYZ81.478.4597.24-
YUV232.11135.28140.05-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.83%
GREEN value IS 221 (86.72% from 255) = 30.91%
BLUE value IS 245 (96.09% from 255) = 34.27%
R=34.83%
G=30.91%
B=34.27%

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
Decimal24922124500.110.020.02308.577092.16
HexF9DDF50B22135465c
Octal37133536501322465106134
Binary11111001110111011111010101011101010011010110001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DDF5; }

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

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

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

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

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

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

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

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