#FAF9E9

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

Shades of Promenade #FAF9E9

Tints of Promenade #FAF9E9

Color information

#FAF9E9 (or 0xFAF9E9) is unknown color: approx Promenade. HEX triplet: FA, F9 and E9. RGB value is (250,249,233). Sum of RGB (Red+Green+Blue) = 250+249+233=732 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.15% from 732); Green value is 249 (97.66% from 255 or 34.02% from 732); Blue value is 233 (91.41% from 255 or 31.83% from 732); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF9E9 is #050616. Grayscale: #F7F7F7. Windows color (decimal): -329239 or 15333882. OLE color: 15333882.

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

Color convert

RGB250249233-
CMYK00.000.070.02
HSL56.47º62.96%94.71%-
HSV(B)56.47º6.8%98.04%-
XYZ88.0193.9690.59-
YUV247.48119.83129.8-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.15%
GREEN value IS 249 (97.66% from 255) = 34.02%
BLUE value IS 233 (91.41% from 255) = 31.83%
R=34.15%
G=34.02%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024923300.000.070.0256.4762.9694.71
HexFAF9E90072383f5f
Octal37237135100727077137
Binary11111010111110011110100100111101110001111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF9E9; }

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

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

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

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

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

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

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

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