#FDFAD9

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

Shades of White Nectar #FDFAD9

Tints of White Nectar #FDFAD9

Color information

#FDFAD9 (or 0xFDFAD9) is unknown color: approx White Nectar. HEX triplet: FD, FA and D9. RGB value is (253,250,217). Sum of RGB (Red+Green+Blue) = 253+250+217=720 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.14% from 720); Green value is 250 (98.05% from 255 or 34.72% from 720); Blue value is 217 (85.16% from 255 or 30.14% from 720); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAD9 is #020526. Grayscale: #F7F7F7. Windows color (decimal): -132391 or 14285565. OLE color: 14285565.

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

Color convert

RGB253250217-
CMYK00.010.140.01
HSL55º90%92.16%-
HSV(B)55º14.23%99.22%-
XYZ87.2294.2679.24-
YUV247.14110.99132.18-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.14%
GREEN value IS 250 (98.05% from 255) = 34.72%
BLUE value IS 217 (85.16% from 255) = 30.14%
R=35.14%
G=34.72%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325021700.010.140.01559092.16
HexFDFAD901E1375a5c
Octal3753723310116167132134
Binary111111011111101011011001011110111011110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFAD9; }

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

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

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

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

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

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

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

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