#FCF8D9

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

Shades of White Nectar #FCF8D9

Tints of White Nectar #FCF8D9

Color information

#FCF8D9 (or 0xFCF8D9) is unknown color: approx White Nectar. HEX triplet: FC, F8 and D9. RGB value is (252,248,217). Sum of RGB (Red+Green+Blue) = 252+248+217=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 248 (97.27% from 255 or 34.59% from 717); Blue value is 217 (85.16% from 255 or 30.26% from 717); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF8D9 is #030726. Grayscale: #F5F5F5. Windows color (decimal): -198439 or 14285052. OLE color: 14285052.

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

Color convert

RGB252248217-
CMYK00.020.140.01
HSL53.14º85.37%91.96%-
HSV(B)53.14º13.89%98.82%-
XYZ86.2492.8479.02-
YUV245.66111.83132.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.15%
GREEN value IS 248 (97.27% from 255) = 34.59%
BLUE value IS 217 (85.16% from 255) = 30.26%
R=35.15%
G=34.59%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224821700.020.140.0153.1485.3791.96
HexFCF8D902E135555c
Octal3743703310216165125134
Binary1111110011111000110110010101110111010110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF8D9; }

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

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

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

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

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

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

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

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