#FAF6DD

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

Shades of Promenade #FAF6DD

Tints of Promenade #FAF6DD

Color information

#FAF6DD (or 0xFAF6DD) is unknown color: approx Promenade. HEX triplet: FA, F6 and DD. RGB value is (250,246,221). Sum of RGB (Red+Green+Blue) = 250+246+221=717 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.87% from 717); Green value is 246 (96.48% from 255 or 34.31% from 717); Blue value is 221 (86.72% from 255 or 30.82% from 717); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF6DD is #050922. Grayscale: #F4F4F4. Windows color (decimal): -330019 or 14546682. OLE color: 14546682.

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

Color convert

RGB250246221-
CMYK00.020.120.02
HSL51.72º74.36%92.35%-
HSV(B)51.72º11.6%98.04%-
XYZ85.4391.4681.56-
YUV244.35114.83132.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.87%
GREEN value IS 246 (96.48% from 255) = 34.31%
BLUE value IS 221 (86.72% from 255) = 30.82%
R=34.87%
G=34.31%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024622100.020.120.0251.7274.3692.35
HexFAF6DD02C2344a5c
Octal3723663350214264112134
Binary11111010111101101101110101011001011010010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF6DD; }

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

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

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

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

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

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

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

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