#FAF6E1

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

Shades of Promenade #FAF6E1

Tints of Promenade #FAF6E1

Color information

#FAF6E1 (or 0xFAF6E1) is unknown color: approx Promenade. HEX triplet: FA, F6 and E1. RGB value is (250,246,225). Sum of RGB (Red+Green+Blue) = 250+246+225=721 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.67% from 721); Green value is 246 (96.48% from 255 or 34.12% from 721); Blue value is 225 (88.28% from 255 or 31.21% from 721); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF6E1 is #05091E. Grayscale: #F4F4F4. Windows color (decimal): -330015 or 14808826. OLE color: 14808826.

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

Color convert

RGB250246225-
CMYK00.020.100.02
HSL50.4º71.43%93.14%-
HSV(B)50.4º10%98.04%-
XYZ85.9791.6784.4-
YUV244.8116.83131.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.67%
GREEN value IS 246 (96.48% from 255) = 34.12%
BLUE value IS 225 (88.28% from 255) = 31.21%
R=34.67%
G=34.12%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024622500.020.100.0250.471.4393.14
HexFAF6E102A232475d
Octal3723663410212262107135
Binary11111010111101101110000101010101011001010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF6E1; }

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

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

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

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

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

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

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

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