#FCFAD9

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

Shades of White Nectar #FCFAD9

Tints of White Nectar #FCFAD9

Color information

#FCFAD9 (or 0xFCFAD9) is unknown color: approx White Nectar. HEX triplet: FC, FA and D9. RGB value is (252,250,217). Sum of RGB (Red+Green+Blue) = 252+250+217=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 250 (98.05% from 255 or 34.77% from 719); Blue value is 217 (85.16% from 255 or 30.18% from 719); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAD9 is #030526. Grayscale: #F6F6F6. Windows color (decimal): -197927 or 14285564. OLE color: 14285564.

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

Color convert

RGB252250217-
CMYK00.010.140.01
HSL56.57º85.37%91.96%-
HSV(B)56.57º13.89%98.82%-
XYZ86.8594.0879.23-
YUV246.84111.16131.68-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.05%
GREEN value IS 250 (98.05% from 255) = 34.77%
BLUE value IS 217 (85.16% from 255) = 30.18%
R=35.05%
G=34.77%
B=30.18%

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
Decimal25225021700.010.140.0156.5785.3791.96
HexFCFAD901E139555c
Octal3743723310116171125134
Binary111111001111101011011001011110111100110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAD9; }

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

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

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

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

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

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

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

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