#FAF8E7

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

Shades of Promenade #FAF8E7

Tints of Promenade #FAF8E7

Color information

#FAF8E7 (or 0xFAF8E7) is unknown color: approx Promenade. HEX triplet: FA, F8 and E7. RGB value is (250,248,231). Sum of RGB (Red+Green+Blue) = 250+248+231=729 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.29% from 729); Green value is 248 (97.27% from 255 or 34.02% from 729); Blue value is 231 (90.62% from 255 or 31.69% from 729); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF8E7 is #050718. Grayscale: #F6F6F6. Windows color (decimal): -329497 or 15202554. OLE color: 15202554.

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

Color convert

RGB250248231-
CMYK00.010.080.02
HSL53.68º65.52%94.31%-
HSV(B)53.68º7.6%98.04%-
XYZ87.4293.2388.99-
YUV246.66119.16130.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.29%
GREEN value IS 248 (97.27% from 255) = 34.02%
BLUE value IS 231 (90.62% from 255) = 31.69%
R=34.29%
G=34.02%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024823100.010.080.0253.6865.5294.31
HexFAF8E7018236425e
Octal3723703470110266102136
Binary1111101011111000111001110110001011011010000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF8E7; }

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

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

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

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

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

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

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

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