#FCF8D8

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

Shades of White Nectar #FCF8D8

Tints of White Nectar #FCF8D8

Color information

#FCF8D8 (or 0xFCF8D8) is unknown color: approx White Nectar. HEX triplet: FC, F8 and D8. RGB value is (252,248,216). Sum of RGB (Red+Green+Blue) = 252+248+216=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 248 (97.27% from 255 or 34.64% from 716); Blue value is 216 (84.77% from 255 or 30.17% from 716); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF8D8 is #030727. Grayscale: #F5F5F5. Windows color (decimal): -198440 or 14219516. OLE color: 14219516.

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

Color convert

RGB252248216-
CMYK00.020.140.01
HSL53.33º85.71%91.76%-
HSV(B)53.33º14.29%98.82%-
XYZ86.1192.7978.34-
YUV245.55111.33132.6-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.20%
GREEN value IS 248 (97.27% from 255) = 34.64%
BLUE value IS 216 (84.77% from 255) = 30.17%
R=35.20%
G=34.64%
B=30.17%

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
Decimal25224821600.020.140.0153.3385.7191.76
HexFCF8D802E135565c
Octal3743703300216165126134
Binary1111110011111000110110000101110111010110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF8D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF8D8; }

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

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

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

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

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

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

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

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