#FFD9F7

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

Shades of Snuff #FFD9F7

Tints of Snuff #FFD9F7

Color information

#FFD9F7 (or 0xFFD9F7) is unknown color: approx Snuff. HEX triplet: FF, D9 and F7. RGB value is (255,217,247). Sum of RGB (Red+Green+Blue) = 255+217+247=719 (95% of max value = 765). Red value is 255 (100% from 255 or 35.47% from 719); Green value is 217 (85.16% from 255 or 30.18% from 719); Blue value is 247 (96.88% from 255 or 34.35% from 719); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD9F7 is #002608. Grayscale: #E7E7E7. Windows color (decimal): -9737 or 16243199. OLE color: 16243199.

HSL color Cylindrical-coordinate representation of color #FFD9F7: hue angle of 312.63º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFD9F7 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB255217247-
CMYK00.150.030
HSL312.63º100%92.55%-
HSV(B)312.63º14.9%100%-
XYZ82.8477.698.61-
YUV231.78136.59144.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.47%
GREEN value IS 217 (85.16% from 255) = 30.18%
BLUE value IS 247 (96.88% from 255) = 34.35%
R=35.47%
G=30.18%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521724700.150.030312.6310092.55
HexFFD9F70F30139645d
Octal37733136701730471144135
Binary1111111111011001111101110111111010011100111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD9F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD9F7; }

 p { color: rgb(255,217,247); }

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

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

 a { background-color: rgb(255,217,247); }

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

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

 span { border-color: rgb(255,217,247); }

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