#F9D0F6

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

Shades of Snuff #F9D0F6

Tints of Snuff #F9D0F6

Color information

#F9D0F6 (or 0xF9D0F6) is unknown color: approx Snuff. HEX triplet: F9, D0 and F6. RGB value is (249,208,246). Sum of RGB (Red+Green+Blue) = 249+208+246=703 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.42% from 703); Green value is 208 (81.64% from 255 or 29.59% from 703); Blue value is 246 (96.48% from 255 or 34.99% from 703); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D0F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D0F6 is #062F09. Grayscale: #E0E0E0. Windows color (decimal): -405258 or 16175353. OLE color: 16175353.

HSL color Cylindrical-coordinate representation of color #F9D0F6: hue angle of 304.39º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F9D0F6 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB249208246-
CMYK00.160.010.02
HSL304.39º77.36%89.61%-
HSV(B)304.39º16.47%97.65%-
XYZ78.2671.9196.94-
YUV224.59140.08145.41-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.42%
GREEN value IS 208 (81.64% from 255) = 29.59%
BLUE value IS 246 (96.48% from 255) = 34.99%
R=35.42%
G=29.59%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920824600.160.010.02304.3977.3689.61
HexF9D0F6010121304d5a
Octal37132036602012460115132
Binary11111001110100001111011001000011010011000010011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D0F6; }

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

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

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

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

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

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

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

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