#FCF8D4

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

Shades of White Nectar #FCF8D4

Tints of White Nectar #FCF8D4

Color information

#FCF8D4 (or 0xFCF8D4) is unknown color: approx White Nectar. HEX triplet: FC, F8 and D4. RGB value is (252,248,212). Sum of RGB (Red+Green+Blue) = 252+248+212=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 248 (97.27% from 255 or 34.83% from 712); Blue value is 212 (83.20% from 255 or 29.78% from 712); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF8D4 is #03072B. Grayscale: #F5F5F5. Windows color (decimal): -198444 or 13957372. OLE color: 13957372.

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

Color convert

RGB252248212-
CMYK00.020.160.01
HSL54º86.96%90.98%-
HSV(B)54º15.87%98.82%-
XYZ85.692.5875.65-
YUV245.09109.33132.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.39%
GREEN value IS 248 (97.27% from 255) = 34.83%
BLUE value IS 212 (83.20% from 255) = 29.78%
R=35.39%
G=34.83%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224821200.020.160.015486.9690.98
HexFCF8D40210136575b
Octal3743703240220166127133
Binary11111100111110001101010001010000111011010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF8D4; }

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

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

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

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

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

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

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

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