#FCFAE8

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

Shades of Promenade #FCFAE8

Tints of Promenade #FCFAE8

Color information

#FCFAE8 (or 0xFCFAE8) is unknown color: approx Promenade. HEX triplet: FC, FA and E8. RGB value is (252,250,232). Sum of RGB (Red+Green+Blue) = 252+250+232=734 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.33% from 734); Green value is 250 (98.05% from 255 or 34.06% from 734); Blue value is 232 (91.02% from 255 or 31.61% from 734); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAE8 is #030517. Grayscale: #F8F8F8. Windows color (decimal): -197912 or 15268604. OLE color: 15268604.

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

Color convert

RGB252250232-
CMYK00.010.080.01
HSL54º76.92%94.9%-
HSV(B)54º7.94%98.82%-
XYZ88.994.8989.97-
YUV248.55118.66130.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.33%
GREEN value IS 250 (98.05% from 255) = 34.06%
BLUE value IS 232 (91.02% from 255) = 31.61%
R=34.33%
G=34.06%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225023200.010.080.015476.9294.9
HexFCFAE80181364d5f
Octal3743723500110166115137
Binary111111001111101011101000011000111011010011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAE8; }

 p { color: rgb(252,250,232); }

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

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

 a { background-color: rgb(252,250,232); }

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

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

 span { border-color: rgb(252,250,232); }

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