#FFD9FA

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

Shades of Snuff #FFD9FA

Tints of Snuff #FFD9FA

Color information

#FFD9FA (or 0xFFD9FA) is unknown color: approx Snuff. HEX triplet: FF, D9 and FA. RGB value is (255,217,250). Sum of RGB (Red+Green+Blue) = 255+217+250=722 (95% of max value = 765). Red value is 255 (100% from 255 or 35.32% from 722); Green value is 217 (85.16% from 255 or 30.06% from 722); Blue value is 250 (98.05% from 255 or 34.63% from 722); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD9FA is #002605. Grayscale: #E8E8E8. Windows color (decimal): -9734 or 16439807. OLE color: 16439807.

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

Color convert

RGB255217250-
CMYK00.150.020
HSL307.89º100%92.55%-
HSV(B)307.89º14.9%100%-
XYZ83.3177.79101.07-
YUV232.12138.09144.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.32%
GREEN value IS 217 (85.16% from 255) = 30.06%
BLUE value IS 250 (98.05% from 255) = 34.63%
R=35.32%
G=30.06%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521725000.150.020307.8910092.55
HexFFD9FA0F20134645d
Octal37733137201720464144135
Binary1111111111011001111110100111110010011010011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD9FA; }

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

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

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

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

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

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

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

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