#FAF6DF

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

Shades of Promenade #FAF6DF

Tints of Promenade #FAF6DF

Color information

#FAF6DF (or 0xFAF6DF) is unknown color: approx Promenade. HEX triplet: FA, F6 and DF. RGB value is (250,246,223). Sum of RGB (Red+Green+Blue) = 250+246+223=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 246 (96.48% from 255 or 34.21% from 719); Blue value is 223 (87.5% from 255 or 31.02% from 719); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF6DF is #050920. Grayscale: #F4F4F4. Windows color (decimal): -330017 or 14677754. OLE color: 14677754.

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

Color convert

RGB250246223-
CMYK00.020.110.02
HSL51.11º72.97%92.75%-
HSV(B)51.11º10.8%98.04%-
XYZ85.791.5682.97-
YUV244.57115.83131.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.77%
GREEN value IS 246 (96.48% from 255) = 34.21%
BLUE value IS 223 (87.5% from 255) = 31.02%
R=34.77%
G=34.21%
B=31.02%

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
Decimal25024622300.020.110.0251.1172.9792.75
HexFAF6DF02B233495d
Octal3723663370213263111135
Binary11111010111101101101111101010111011001110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF6DF; }

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

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

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

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

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

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

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

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