#FCFAE9

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

Shades of Promenade #FCFAE9

Tints of Promenade #FCFAE9

Color information

#FCFAE9 (or 0xFCFAE9) is unknown color: approx Promenade. HEX triplet: FC, FA and E9. RGB value is (252,250,233). Sum of RGB (Red+Green+Blue) = 252+250+233=735 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.29% from 735); Green value is 250 (98.05% from 255 or 34.01% from 735); Blue value is 233 (91.41% from 255 or 31.70% from 735); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAE9 is #030516. Grayscale: #F8F8F8. Windows color (decimal): -197911 or 15334140. OLE color: 15334140.

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

Color convert

RGB252250233-
CMYK00.010.080.01
HSL53.68º76%95.1%-
HSV(B)53.68º7.54%98.82%-
XYZ89.0494.9590.73-
YUV248.66119.16130.38-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.29%
GREEN value IS 250 (98.05% from 255) = 34.01%
BLUE value IS 233 (91.41% from 255) = 31.70%
R=34.29%
G=34.01%
B=31.70%

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
Decimal25225023300.010.080.0153.687695.1
HexFCFAE90181364c5f
Octal3743723510110166114137
Binary111111001111101011101001011000111011010011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAE9; }

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

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

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

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

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

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

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

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