#FAF6E0

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

Shades of Promenade #FAF6E0

Tints of Promenade #FAF6E0

Color information

#FAF6E0 (or 0xFAF6E0) is unknown color: approx Promenade. HEX triplet: FA, F6 and E0. RGB value is (250,246,224). Sum of RGB (Red+Green+Blue) = 250+246+224=720 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.72% from 720); Green value is 246 (96.48% from 255 or 34.17% from 720); Blue value is 224 (87.89% from 255 or 31.11% from 720); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF6E0 is #05091F. Grayscale: #F4F4F4. Windows color (decimal): -330016 or 14743290. OLE color: 14743290.

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

Color convert

RGB250246224-
CMYK00.020.100.02
HSL50.77º72.22%92.94%-
HSV(B)50.77º10.4%98.04%-
XYZ85.8391.6283.68-
YUV244.69116.33131.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.72%
GREEN value IS 246 (96.48% from 255) = 34.17%
BLUE value IS 224 (87.89% from 255) = 31.11%
R=34.72%
G=34.17%
B=31.11%

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
Decimal25024622400.020.100.0250.7772.2292.94
HexFAF6E002A233485d
Octal3723663400212263110135
Binary11111010111101101110000001010101011001110010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF6E0; }

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

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

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

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

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

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

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

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