#F7F5DC

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

Shades of Promenade #F7F5DC

Tints of Promenade #F7F5DC

Color information

#F7F5DC (or 0xF7F5DC) is unknown color: approx Promenade. HEX triplet: F7, F5 and DC. RGB value is (247,245,220). Sum of RGB (Red+Green+Blue) = 247+245+220=712 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.69% from 712); Green value is 245 (96.09% from 255 or 34.41% from 712); Blue value is 220 (86.33% from 255 or 30.90% from 712); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F5DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F5DC is #080A23. Grayscale: #F2F2F2. Windows color (decimal): -526884 or 14480887. OLE color: 14480887.

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

Color convert

RGB247245220-
CMYK00.010.110.03
HSL55.56º62.79%91.57%-
HSV(B)55.56º10.93%96.86%-
XYZ83.9390.2580.71-
YUV242.75115.16131.03-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.69%
GREEN value IS 245 (96.09% from 255) = 34.41%
BLUE value IS 220 (86.33% from 255) = 30.90%
R=34.69%
G=34.41%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724522000.010.110.0355.5662.7991.57
HexF7F5DC01B3383f5c
Octal367365334011337077134
Binary111101111111010111011100011011111110001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F5DC; }

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

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

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

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

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

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

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

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