#FCF9D4

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

Shades of White Nectar #FCF9D4

Tints of White Nectar #FCF9D4

Color information

#FCF9D4 (or 0xFCF9D4) is unknown color: approx White Nectar. HEX triplet: FC, F9 and D4. RGB value is (252,249,212). Sum of RGB (Red+Green+Blue) = 252+249+212=713 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.34% from 713); Green value is 249 (97.66% from 255 or 34.92% from 713); Blue value is 212 (83.20% from 255 or 29.73% from 713); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF9D4 is #03062B. Grayscale: #F5F5F5. Windows color (decimal): -198188 or 13957628. OLE color: 13957628.

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

Color convert

RGB252249212-
CMYK00.010.160.01
HSL55.5º86.96%90.98%-
HSV(B)55.5º15.87%98.82%-
XYZ85.993.275.75-
YUV245.68108.99132.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.34%
GREEN value IS 249 (97.66% from 255) = 34.92%
BLUE value IS 212 (83.20% from 255) = 29.73%
R=35.34%
G=34.92%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224921200.010.160.0155.586.9690.98
HexFCF9D40110138575b
Octal3743713240120170127133
Binary1111110011111001110101000110000111100010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF9D4; }

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

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

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

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

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

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

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

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