#FDFAD8

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

Shades of White Nectar #FDFAD8

Tints of White Nectar #FDFAD8

Color information

#FDFAD8 (or 0xFDFAD8) is unknown color: approx White Nectar. HEX triplet: FD, FA and D8. RGB value is (253,250,216). Sum of RGB (Red+Green+Blue) = 253+250+216=719 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.19% from 719); Green value is 250 (98.05% from 255 or 34.77% from 719); Blue value is 216 (84.77% from 255 or 30.04% from 719); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAD8 is #020527. Grayscale: #F7F7F7. Windows color (decimal): -132392 or 14220029. OLE color: 14220029.

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

Color convert

RGB253250216-
CMYK00.010.150.01
HSL55.14º90.24%91.96%-
HSV(B)55.14º14.62%99.22%-
XYZ87.0994.2178.56-
YUV247.02110.49132.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.19%
GREEN value IS 250 (98.05% from 255) = 34.77%
BLUE value IS 216 (84.77% from 255) = 30.04%
R=35.19%
G=34.77%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325021600.010.150.0155.1490.2491.96
HexFDFAD801F1375a5c
Octal3753723300117167132134
Binary111111011111101011011000011111111011110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFAD8; }

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

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

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

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

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

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

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

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