#F5F4DF

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

Shades of Promenade #F5F4DF

Tints of Promenade #F5F4DF

Color information

#F5F4DF (or 0xF5F4DF) is unknown color: approx Promenade. HEX triplet: F5, F4 and DF. RGB value is (245,244,223). Sum of RGB (Red+Green+Blue) = 245+244+223=712 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.41% from 712); Green value is 244 (95.70% from 255 or 34.27% from 712); Blue value is 223 (87.5% from 255 or 31.32% from 712); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F4DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F4DF is #0A0B20. Grayscale: #F1F1F1. Windows color (decimal): -658209 or 14677237. OLE color: 14677237.

HSL color Cylindrical-coordinate representation of color #F5F4DF: hue angle of 57.27º degrees, saturation: 0.52, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5F4DF is Cyan = 0, Magento = 0.00, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB245244223-
CMYK00.000.090.04
HSL57.27º52.38%91.76%-
HSV(B)57.27º8.98%96.08%-
XYZ83.3389.4482.68-
YUV241.9117.33130.21-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.41%
GREEN value IS 244 (95.70% from 255) = 34.27%
BLUE value IS 223 (87.5% from 255) = 31.32%
R=34.41%
G=34.27%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524422300.000.090.0457.2752.3891.76
HexF5F4DF009439345c
Octal365364337001147164134
Binary1111010111110100110111110010011001110011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F4DF; }

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

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

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

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

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

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

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

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