#FCFAE7

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

Shades of Promenade #FCFAE7

Tints of Promenade #FCFAE7

Color information

#FCFAE7 (or 0xFCFAE7) is unknown color: approx Promenade. HEX triplet: FC, FA and E7. RGB value is (252,250,231). Sum of RGB (Red+Green+Blue) = 252+250+231=733 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.38% from 733); Green value is 250 (98.05% from 255 or 34.11% from 733); Blue value is 231 (90.62% from 255 or 31.51% from 733); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAE7 is #030518. Grayscale: #F8F8F8. Windows color (decimal): -197913 or 15203068. OLE color: 15203068.

HSL color Cylindrical-coordinate representation of color #FCFAE7: hue angle of 54.29º degrees, saturation: 0.78, 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 #FCFAE7 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB252250231-
CMYK00.010.080.01
HSL54.29º77.78%94.71%-
HSV(B)54.29º8.33%98.82%-
XYZ88.7594.8489.23-
YUV248.43118.16130.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.38%
GREEN value IS 250 (98.05% from 255) = 34.11%
BLUE value IS 231 (90.62% from 255) = 31.51%
R=34.38%
G=34.11%
B=31.51%

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
Decimal25225023100.010.080.0154.2977.7894.71
HexFCFAE70181364e5f
Octal3743723470110166116137
Binary111111001111101011100111011000111011010011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAE7; }

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

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

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

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

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

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

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

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