#F9DAF5

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

Shades of Snuff #F9DAF5

Tints of Snuff #F9DAF5

Color information

#F9DAF5 (or 0xF9DAF5) is unknown color: approx Snuff. HEX triplet: F9, DA and F5. RGB value is (249,218,245). Sum of RGB (Red+Green+Blue) = 249+218+245=712 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.97% from 712); Green value is 218 (85.55% from 255 or 30.62% from 712); Blue value is 245 (96.09% from 255 or 34.41% from 712); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DAF5 is #06250A. Grayscale: #E6E6E6. Windows color (decimal): -402699 or 16112377. OLE color: 16112377.

HSL color Cylindrical-coordinate representation of color #F9DAF5: hue angle of 307.74º degrees, saturation: 0.72, 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 #F9DAF5 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB249218245-
CMYK00.120.020.02
HSL307.74º72.09%91.57%-
HSV(B)307.74º12.45%97.65%-
XYZ80.6276.8896.98-
YUV230.35136.27141.3-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.97%
GREEN value IS 218 (85.55% from 255) = 30.62%
BLUE value IS 245 (96.09% from 255) = 34.41%
R=34.97%
G=30.62%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921824500.120.020.02307.7472.0991.57
HexF9DAF50C22134485c
Octal37133236501422464110134
Binary11111001110110101111010101100101010011010010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DAF5; }

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

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

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

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

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

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

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

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