#FAF9E7

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

Shades of Promenade #FAF9E7

Tints of Promenade #FAF9E7

Color information

#FAF9E7 (or 0xFAF9E7) is unknown color: approx Promenade. HEX triplet: FA, F9 and E7. RGB value is (250,249,231). Sum of RGB (Red+Green+Blue) = 250+249+231=730 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.25% from 730); Green value is 249 (97.66% from 255 or 34.11% from 730); Blue value is 231 (90.62% from 255 or 31.64% from 730); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF9E7 is #050618. Grayscale: #F7F7F7. Windows color (decimal): -329241 or 15202810. OLE color: 15202810.

HSL color Cylindrical-coordinate representation of color #FAF9E7: hue angle of 56.84º degrees, saturation: 0.66, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAF9E7 is Cyan = 0, Magento = 0.00, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB250249231-
CMYK00.000.080.02
HSL56.84º65.52%94.31%-
HSV(B)56.84º7.6%98.04%-
XYZ87.7293.8489.09-
YUV247.25118.83129.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.25%
GREEN value IS 249 (97.66% from 255) = 34.11%
BLUE value IS 231 (90.62% from 255) = 31.64%
R=34.25%
G=34.11%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024923100.000.080.0256.8465.5294.31
HexFAF9E7008239425e
Octal3723713470010271102136
Binary1111101011111001111001110010001011100110000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF9E7; }

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

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

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

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

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

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

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

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