#FFD9FB

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

Shades of Snuff #FFD9FB

Tints of Snuff #FFD9FB

Color information

#FFD9FB (or 0xFFD9FB) is unknown color: approx Snuff. HEX triplet: FF, D9 and FB. RGB value is (255,217,251). Sum of RGB (Red+Green+Blue) = 255+217+251=723 (95% of max value = 765). Red value is 255 (100% from 255 or 35.27% from 723); Green value is 217 (85.16% from 255 or 30.01% from 723); Blue value is 251 (98.44% from 255 or 34.72% from 723); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD9FB is #002604. Grayscale: #E8E8E8. Windows color (decimal): -9733 or 16505343. OLE color: 16505343.

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

Color convert

RGB255217251-
CMYK00.150.020
HSL306.32º100%92.55%-
HSV(B)306.32º14.9%100%-
XYZ83.4777.85101.89-
YUV232.24138.59144.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.27%
GREEN value IS 217 (85.16% from 255) = 30.01%
BLUE value IS 251 (98.44% from 255) = 34.72%
R=35.27%
G=30.01%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521725100.150.020306.3210092.55
HexFFD9FB0F20132645d
Octal37733137301720462144135
Binary1111111111011001111110110111110010011001011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD9FB; }

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

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

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

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

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

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

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

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