#F7F5DF

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

Shades of Promenade #F7F5DF

Tints of Promenade #F7F5DF

Color information

#F7F5DF (or 0xF7F5DF) is unknown color: approx Promenade. HEX triplet: F7, F5 and DF. RGB value is (247,245,223). Sum of RGB (Red+Green+Blue) = 247+245+223=715 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.55% from 715); Green value is 245 (96.09% from 255 or 34.27% from 715); Blue value is 223 (87.5% from 255 or 31.19% from 715); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F5DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F5DF is #080A20. Grayscale: #F3F3F3. Windows color (decimal): -526881 or 14677495. OLE color: 14677495.

HSL color Cylindrical-coordinate representation of color #F7F5DF: hue angle of 55º degrees, saturation: 0.6, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F7F5DF is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB247245223-
CMYK00.010.100.03
HSL55º60%92.16%-
HSV(B)55º9.72%96.86%-
XYZ84.3390.4182.82-
YUV243.09116.66130.79-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.55%
GREEN value IS 245 (96.09% from 255) = 34.27%
BLUE value IS 223 (87.5% from 255) = 31.19%
R=34.55%
G=34.27%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724522300.010.100.03556092.16
HexF7F5DF01A3373c5c
Octal367365337011236774134
Binary111101111111010111011111011010111101111111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F5DF; }

 p { color: rgb(247,245,223); }

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

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

 a { background-color: rgb(247,245,223); }

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

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

 span { border-color: rgb(247,245,223); }

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