#FAF7E3

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

Shades of Promenade #FAF7E3

Tints of Promenade #FAF7E3

Color information

#FAF7E3 (or 0xFAF7E3) is unknown color: approx Promenade. HEX triplet: FA, F7 and E3. RGB value is (250,247,227). Sum of RGB (Red+Green+Blue) = 250+247+227=724 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.53% from 724); Green value is 247 (96.88% from 255 or 34.12% from 724); Blue value is 227 (89.06% from 255 or 31.35% from 724); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF7E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF7E3 is #05081C. Grayscale: #F5F5F5. Windows color (decimal): -329757 or 14940154. OLE color: 14940154.

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

Color convert

RGB250247227-
CMYK00.010.090.02
HSL52.17º69.7%93.53%-
HSV(B)52.17º9.2%98.04%-
XYZ86.5592.3985.94-
YUV245.62117.49131.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.53%
GREEN value IS 247 (96.88% from 255) = 34.12%
BLUE value IS 227 (89.06% from 255) = 31.35%
R=34.53%
G=34.12%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024722700.010.090.0252.1769.793.53
HexFAF7E3019234465e
Octal3723673430111264106136
Binary1111101011110111111000110110011011010010001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF7E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF7E3; }

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

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

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

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

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

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

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

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