Html Css Color HEX #FCFAE6 Promenade

📋 copy color: '#FCFAE6'

red 252 ◦ green 250 ◦ blue 230

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

Shades of Promenade #FCFAE6

Tints of Promenade #FCFAE6

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 value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

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

RGB 252 250 230 -
CMYK 0 0.01 0.09 0.01
HSL 54.55º 0.79% 0.95% -
HSV(B) 54.55º 0.09% 0.99% -
XYZ 88.61 94.78 88.49 -
YUV 248.32 117.66 130.63 -
System Red Green Blue C M Y K H S L
Decimal 252 250 230 0 0.01 0.09 0.01 54.55 0.79 0.95
Hex FC FA E6 0 1 9 1 37 4F 5F
Octal 374 372 346 0 1 11 1 67 117 137
Binary 11111100 11111010 11100110 0 1 1001 1 110111 1001111 1011111

Color Harmonies of #FCFAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFAE6

Black with #FCFAE6

Text Example


Text Example

White with #FCFAE6

Text Example


Text Example

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