#FCFAD7

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

Shades of White Nectar #FCFAD7

Tints of White Nectar #FCFAD7

Color information

#FCFAD7 (or 0xFCFAD7) is unknown color: approx White Nectar. HEX triplet: FC, FA and D7. RGB value is (252,250,215). Sum of RGB (Red+Green+Blue) = 252+250+215=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 250 (98.05% from 255 or 34.87% from 717); Blue value is 215 (84.38% from 255 or 29.99% from 717); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAD7 is #030528. Grayscale: #F6F6F6. Windows color (decimal): -197929 or 14154492. OLE color: 14154492.

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

Color convert

RGB252250215-
CMYK00.010.150.01
HSL56.76º86.05%91.57%-
HSV(B)56.76º14.68%98.82%-
XYZ86.693.9777.86-
YUV246.61110.16131.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.15%
GREEN value IS 250 (98.05% from 255) = 34.87%
BLUE value IS 215 (84.38% from 255) = 29.99%
R=35.15%
G=34.87%
B=29.99%

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
Decimal25225021500.010.150.0156.7686.0591.57
HexFCFAD701F139565c
Octal3743723270117171126134
Binary111111001111101011010111011111111100110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAD7; }

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

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

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

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

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

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

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

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