#FDFAD6

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

Shades of White Nectar #FDFAD6

Tints of White Nectar #FDFAD6

Color information

#FDFAD6 (or 0xFDFAD6) is unknown color: approx White Nectar. HEX triplet: FD, FA and D6. RGB value is (253,250,214). Sum of RGB (Red+Green+Blue) = 253+250+214=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 250 (98.05% from 255 or 34.87% from 717); Blue value is 214 (83.98% from 255 or 29.85% from 717); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAD6 is #020529. Grayscale: #F6F6F6. Windows color (decimal): -132394 or 14088957. OLE color: 14088957.

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

Color convert

RGB253250214-
CMYK00.010.150.01
HSL55.38º90.7%91.57%-
HSV(B)55.38º15.42%99.22%-
XYZ86.8394.1177.21-
YUV246.79109.49132.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.29%
GREEN value IS 250 (98.05% from 255) = 34.87%
BLUE value IS 214 (83.98% from 255) = 29.85%
R=35.29%
G=34.87%
B=29.85%

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
Decimal25325021400.010.150.0155.3890.791.57
HexFDFAD601F1375b5c
Octal3753723260117167133134
Binary111111011111101011010110011111111011110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFAD6; }

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

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

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

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

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

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

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

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