#FCFAD6

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

Shades of White Nectar #FCFAD6

Tints of White Nectar #FCFAD6

Color information

#FCFAD6 (or 0xFCFAD6) is unknown color: approx White Nectar. HEX triplet: FC, FA and D6. RGB value is (252,250,214). Sum of RGB (Red+Green+Blue) = 252+250+214=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 250 (98.05% from 255 or 34.92% from 716); Blue value is 214 (83.98% from 255 or 29.89% from 716); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAD6 is #030529. Grayscale: #F6F6F6. Windows color (decimal): -197930 or 14088956. OLE color: 14088956.

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

Color convert

RGB252250214-
CMYK00.010.150.01
HSL56.84º86.36%91.37%-
HSV(B)56.84º15.08%98.82%-
XYZ86.4793.9277.19-
YUV246.49109.66131.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.20%
GREEN value IS 250 (98.05% from 255) = 34.92%
BLUE value IS 214 (83.98% from 255) = 29.89%
R=35.20%
G=34.92%
B=29.89%

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
Decimal25225021400.010.150.0156.8486.3691.37
HexFCFAD601F139565b
Octal3743723260117171126133
Binary111111001111101011010110011111111100110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAD6; }

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

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

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

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

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

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

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

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