#FAF6DE

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

Shades of Promenade #FAF6DE

Tints of Promenade #FAF6DE

Color information

#FAF6DE (or 0xFAF6DE) is unknown color: approx Promenade. HEX triplet: FA, F6 and DE. RGB value is (250,246,222). Sum of RGB (Red+Green+Blue) = 250+246+222=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 246 (96.48% from 255 or 34.26% from 718); Blue value is 222 (87.11% from 255 or 30.92% from 718); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF6DE is #050921. Grayscale: #F4F4F4. Windows color (decimal): -330018 or 14612218. OLE color: 14612218.

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

Color convert

RGB250246222-
CMYK00.020.110.02
HSL51.43º73.68%92.55%-
HSV(B)51.43º11.2%98.04%-
XYZ85.5691.5182.26-
YUV244.46115.33131.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.82%
GREEN value IS 246 (96.48% from 255) = 34.26%
BLUE value IS 222 (87.11% from 255) = 30.92%
R=34.82%
G=34.26%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024622200.020.110.0251.4373.6892.55
HexFAF6DE02B2334a5d
Octal3723663360213263112135
Binary11111010111101101101111001010111011001110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF6DE; }

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

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

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

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

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

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

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

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