#FCF9D8

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

Shades of White Nectar #FCF9D8

Tints of White Nectar #FCF9D8

Color information

#FCF9D8 (or 0xFCF9D8) is unknown color: approx White Nectar. HEX triplet: FC, F9 and D8. RGB value is (252,249,216). Sum of RGB (Red+Green+Blue) = 252+249+216=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 249 (97.66% from 255 or 34.73% from 717); Blue value is 216 (84.77% from 255 or 30.13% from 717); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF9D8 is #030627. Grayscale: #F6F6F6. Windows color (decimal): -198184 or 14219772. OLE color: 14219772.

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

Color convert

RGB252249216-
CMYK00.010.140.01
HSL55º85.71%91.76%-
HSV(B)55º14.29%98.82%-
XYZ86.4293.478.44-
YUV246.13110.99132.18-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.15%
GREEN value IS 249 (97.66% from 255) = 34.73%
BLUE value IS 216 (84.77% from 255) = 30.13%
R=35.15%
G=34.73%
B=30.13%

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
Decimal25224921600.010.140.015585.7191.76
HexFCF9D801E137565c
Octal3743713300116167126134
Binary111111001111100111011000011110111011110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF9D8; }

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

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

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

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

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

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

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

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