#FAF8EA

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

Shades of Promenade #FAF8EA

Tints of Promenade #FAF8EA

Color information

#FAF8EA (or 0xFAF8EA) is unknown color: approx Promenade. HEX triplet: FA, F8 and EA. RGB value is (250,248,234). Sum of RGB (Red+Green+Blue) = 250+248+234=732 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.15% from 732); Green value is 248 (97.27% from 255 or 33.88% from 732); Blue value is 234 (91.80% from 255 or 31.97% from 732); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF8EA is #050715. Grayscale: #F7F7F7. Windows color (decimal): -329494 or 15399162. OLE color: 15399162.

HSL color Cylindrical-coordinate representation of color #FAF8EA: hue angle of 52.5º degrees, saturation: 0.62, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FAF8EA is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB250248234-
CMYK00.010.060.02
HSL52.5º61.54%94.9%-
HSV(B)52.5º6.4%98.04%-
XYZ87.8493.491.24-
YUV247120.66130.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.15%
GREEN value IS 248 (97.27% from 255) = 33.88%
BLUE value IS 234 (91.80% from 255) = 31.97%
R=34.15%
G=33.88%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024823400.010.060.0252.561.5494.9
HexFAF8EA0162343e5f
Octal37237035201626476137
Binary11111010111110001110101001110101101001111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF8EA; }

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

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

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

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

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

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

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

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