#FCFAE6

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

Shades of Promenade #FCFAE6

Tints of Promenade #FCFAE6

Color information

#FCFAE6 (or 0xFCFAE6) is unknown color: approx Promenade. HEX triplet: FC, FA and E6. RGB value is (252,250,230). Sum of RGB (Red+Green+Blue) = 252+250+230=732 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.43% from 732); Green value is 250 (98.05% from 255 or 34.15% from 732); Blue value is 230 (90.23% from 255 or 31.42% from 732); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAE6 is #030519. Grayscale: #F8F8F8. Windows color (decimal): -197914 or 15137532. OLE color: 15137532.

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

Color convert

RGB252250230-
CMYK00.010.090.01
HSL54.55º78.57%94.51%-
HSV(B)54.55º8.73%98.82%-
XYZ88.6194.7888.49-
YUV248.32117.66130.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.43%
GREEN value IS 250 (98.05% from 255) = 34.15%
BLUE value IS 230 (90.23% from 255) = 31.42%
R=34.43%
G=34.15%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225023000.010.090.0154.5578.5794.51
HexFCFAE60191374f5f
Octal3743723460111167117137
Binary111111001111101011100110011001111011110011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAE6; }

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

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

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

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

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

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

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

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