#FAF7E7

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

Shades of Promenade #FAF7E7

Tints of Promenade #FAF7E7

Color information

#FAF7E7 (or 0xFAF7E7) is unknown color: approx Promenade. HEX triplet: FA, F7 and E7. RGB value is (250,247,231). Sum of RGB (Red+Green+Blue) = 250+247+231=728 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.34% from 728); Green value is 247 (96.88% from 255 or 33.93% from 728); Blue value is 231 (90.62% from 255 or 31.73% from 728); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF7E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF7E7 is #050818. Grayscale: #F6F6F6. Windows color (decimal): -329753 or 15202298. OLE color: 15202298.

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

Color convert

RGB250247231-
CMYK00.010.080.02
HSL50.53º65.52%94.31%-
HSV(B)50.53º7.6%98.04%-
XYZ87.1192.6288.89-
YUV246.07119.49130.8-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.34%
GREEN value IS 247 (96.88% from 255) = 33.93%
BLUE value IS 231 (90.62% from 255) = 31.73%
R=34.34%
G=33.93%
B=31.73%

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
Decimal25024723100.010.080.0250.5365.5294.31
HexFAF7E7018233425e
Octal3723673470110263102136
Binary1111101011110111111001110110001011001110000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF7E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF7E7; }

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

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

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

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

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

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

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

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