#F9DAF6

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

Shades of Snuff #F9DAF6

Tints of Snuff #F9DAF6

Color information

#F9DAF6 (or 0xF9DAF6) is unknown color: approx Snuff. HEX triplet: F9, DA and F6. RGB value is (249,218,246). Sum of RGB (Red+Green+Blue) = 249+218+246=713 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.92% from 713); Green value is 218 (85.55% from 255 or 30.58% from 713); Blue value is 246 (96.48% from 255 or 34.50% from 713); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DAF6 is #062509. Grayscale: #E6E6E6. Windows color (decimal): -402698 or 16177913. OLE color: 16177913.

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

Color convert

RGB249218246-
CMYK00.120.010.02
HSL305.81º72.09%91.57%-
HSV(B)305.81º12.45%97.65%-
XYZ80.7776.9497.78-
YUV230.46136.77141.22-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.92%
GREEN value IS 218 (85.55% from 255) = 30.58%
BLUE value IS 246 (96.48% from 255) = 34.50%
R=34.92%
G=30.58%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921824600.120.010.02305.8172.0991.57
HexF9DAF60C12132485c
Octal37133236601412462110134
Binary1111100111011010111101100110011010011001010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DAF6; }

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

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

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

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

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

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

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

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