#FDD9F5

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

Shades of Snuff #FDD9F5

Tints of Snuff #FDD9F5

Color information

#FDD9F5 (or 0xFDD9F5) is unknown color: approx Snuff. HEX triplet: FD, D9 and F5. RGB value is (253,217,245). Sum of RGB (Red+Green+Blue) = 253+217+245=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 217 (85.16% from 255 or 30.35% from 715); Blue value is 245 (96.09% from 255 or 34.27% from 715); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD9F5 is #02260A. Grayscale: #E6E6E6. Windows color (decimal): -140811 or 16112125. OLE color: 16112125.

HSL color Cylindrical-coordinate representation of color #FDD9F5: hue angle of 313.33º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDD9F5 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB253217245-
CMYK00.140.030.01
HSL313.33º90%92.16%-
HSV(B)313.33º14.23%99.22%-
XYZ81.877.196.96-
YUV230.96135.93143.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.38%
GREEN value IS 217 (85.16% from 255) = 30.35%
BLUE value IS 245 (96.09% from 255) = 34.27%
R=35.38%
G=30.35%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321724500.140.030.01313.339092.16
HexFDD9F50E311395a5c
Octal37533136501631471132134
Binary1111110111011001111101010111011110011100110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD9F5; }

 p { color: rgb(253,217,245); }

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

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

 a { background-color: rgb(253,217,245); }

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

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

 span { border-color: rgb(253,217,245); }

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