#FDFAD7

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

Shades of White Nectar #FDFAD7

Tints of White Nectar #FDFAD7

Color information

#FDFAD7 (or 0xFDFAD7) is unknown color: approx White Nectar. HEX triplet: FD, FA and D7. RGB value is (253,250,215). Sum of RGB (Red+Green+Blue) = 253+250+215=718 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.24% from 718); Green value is 250 (98.05% from 255 or 34.82% from 718); Blue value is 215 (84.38% from 255 or 29.94% from 718); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAD7 is #020528. Grayscale: #F7F7F7. Windows color (decimal): -132393 or 14154493. OLE color: 14154493.

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

Color convert

RGB253250215-
CMYK00.010.150.01
HSL55.26º90.48%91.76%-
HSV(B)55.26º15.02%99.22%-
XYZ86.9694.1677.88-
YUV246.91109.99132.35-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.24%
GREEN value IS 250 (98.05% from 255) = 34.82%
BLUE value IS 215 (84.38% from 255) = 29.94%
R=35.24%
G=34.82%
B=29.94%

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
Decimal25325021500.010.150.0155.2690.4891.76
HexFDFAD701F1375a5c
Octal3753723270117167132134
Binary111111011111101011010111011111111011110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFAD7; }

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

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

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

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

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

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

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

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