Html Css Color HEX #FCFAE7 Promenade

📋 copy color: '#FCFAE7'

red 252 ◦ green 250 ◦ blue 231

#FCFAE7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Promenade #FCFAE7

Tints of Promenade #FCFAE7

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.63% from 255) = 31.51%

R = 34.38%
G = 34.11%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FCFAE7 (or 0xFCFAE7) is known color: 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

RGB 252 250 231 -
CMYK 0 0.01 0.08 0.01
HSL 54.29º 0.78% 0.95% -
HSV(B) 54.29º 0.08% 0.99% -
XYZ 88.75 94.84 89.23 -
YUV 248.43 118.16 130.54 -
System Red Green Blue C M Y K H S L
Decimal 252 250 231 0 0.01 0.08 0.01 54.29 0.78 0.95
Hex FC FA E7 0 1 8 1 36 4E 5F
Octal 374 372 347 0 1 10 1 66 116 137
Binary 11111100 11111010 11100111 0 1 1000 1 110110 1001110 1011111

Color Harmonies of #FCFAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFAE7

Black with #FCFAE7

Text Example


Text Example

White with #FCFAE7

Text Example


Text Example

HTML Codes & Css Web 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>