#FCFAD8

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

Shades of White Nectar #FCFAD8

Tints of White Nectar #FCFAD8

Color information

#FCFAD8 (or 0xFCFAD8) is unknown color: approx White Nectar. HEX triplet: FC, FA and D8. RGB value is (252,250,216). Sum of RGB (Red+Green+Blue) = 252+250+216=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 250 (98.05% from 255 or 34.82% from 718); Blue value is 216 (84.77% from 255 or 30.08% from 718); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAD8 is #030527. Grayscale: #F6F6F6. Windows color (decimal): -197928 or 14220028. OLE color: 14220028.

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

Color convert

RGB252250216-
CMYK00.010.140.01
HSL56.67º85.71%91.76%-
HSV(B)56.67º14.29%98.82%-
XYZ86.7394.0278.54-
YUV246.72110.66131.76-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.10%
GREEN value IS 250 (98.05% from 255) = 34.82%
BLUE value IS 216 (84.77% from 255) = 30.08%
R=35.10%
G=34.82%
B=30.08%

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
Decimal25225021600.010.140.0156.6785.7191.76
HexFCFAD801E139565c
Octal3743723300116171126134
Binary111111001111101011011000011110111100110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAD8; }

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

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

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

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

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

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

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

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