#FAF7E1

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

Shades of Promenade #FAF7E1

Tints of Promenade #FAF7E1

Color information

#FAF7E1 (or 0xFAF7E1) is unknown color: approx Promenade. HEX triplet: FA, F7 and E1. RGB value is (250,247,225). Sum of RGB (Red+Green+Blue) = 250+247+225=722 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.63% from 722); Green value is 247 (96.88% from 255 or 34.21% from 722); Blue value is 225 (88.28% from 255 or 31.16% from 722); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF7E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF7E1 is #05081E. Grayscale: #F5F5F5. Windows color (decimal): -329759 or 14809082. OLE color: 14809082.

HSL color Cylindrical-coordinate representation of color #FAF7E1: hue angle of 52.8º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAF7E1 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB250247225-
CMYK00.010.100.02
HSL52.8º71.43%93.14%-
HSV(B)52.8º10%98.04%-
XYZ86.2892.2884.5-
YUV245.39116.49131.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.63%
GREEN value IS 247 (96.88% from 255) = 34.21%
BLUE value IS 225 (88.28% from 255) = 31.16%
R=34.63%
G=34.21%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024722500.010.100.0252.871.4393.14
HexFAF7E101A235475d
Octal3723673410112265107135
Binary1111101011110111111000010110101011010110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF7E1; }

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

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

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

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

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

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

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

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