#FFD9F9

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

Shades of Snuff #FFD9F9

Tints of Snuff #FFD9F9

Color information

#FFD9F9 (or 0xFFD9F9) is unknown color: approx Snuff. HEX triplet: FF, D9 and F9. RGB value is (255,217,249). Sum of RGB (Red+Green+Blue) = 255+217+249=721 (95% of max value = 765). Red value is 255 (100% from 255 or 35.37% from 721); Green value is 217 (85.16% from 255 or 30.10% from 721); Blue value is 249 (97.66% from 255 or 34.54% from 721); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD9F9 is #002606. Grayscale: #E7E7E7. Windows color (decimal): -9735 or 16374271. OLE color: 16374271.

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

Color convert

RGB255217249-
CMYK00.150.020
HSL309.47º100%92.55%-
HSV(B)309.47º14.9%100%-
XYZ83.1577.73100.24-
YUV232.01137.59144.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.37%
GREEN value IS 217 (85.16% from 255) = 30.10%
BLUE value IS 249 (97.66% from 255) = 34.54%
R=35.37%
G=30.10%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521724900.150.020309.4710092.55
HexFFD9F90F20135645d
Octal37733137101720465144135
Binary1111111111011001111110010111110010011010111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD9F9; }

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

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

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

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

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

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

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

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