#FCFBD9

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

Shades of White Nectar #FCFBD9

Tints of White Nectar #FCFBD9

Color information

#FCFBD9 (or 0xFCFBD9) is unknown color: approx White Nectar. HEX triplet: FC, FB and D9. RGB value is (252,251,217). Sum of RGB (Red+Green+Blue) = 252+251+217=720 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35% from 720); Green value is 251 (98.44% from 255 or 34.86% from 720); Blue value is 217 (85.16% from 255 or 30.14% from 720); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBD9 is #030426. Grayscale: #F7F7F7. Windows color (decimal): -197671 or 14285820. OLE color: 14285820.

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

Color convert

RGB252251217-
CMYK00.000.140.01
HSL58.29º85.37%91.96%-
HSV(B)58.29º13.89%98.82%-
XYZ87.1794.779.33-
YUV247.42110.83131.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35%
GREEN value IS 251 (98.44% from 255) = 34.86%
BLUE value IS 217 (85.16% from 255) = 30.14%
R=35%
G=34.86%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225121700.000.140.0158.2985.3791.96
HexFCFBD900E13a555c
Octal3743733310016172125134
Binary111111001111101111011001001110111101010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFBD9; }

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

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

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

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

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

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

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

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