#F5F2DF

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

Shades of Promenade #F5F2DF

Tints of Promenade #F5F2DF

Color information

#F5F2DF (or 0xF5F2DF) is unknown color: approx Promenade. HEX triplet: F5, F2 and DF. RGB value is (245,242,223). Sum of RGB (Red+Green+Blue) = 245+242+223=710 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.51% from 710); Green value is 242 (94.92% from 255 or 34.08% from 710); Blue value is 223 (87.5% from 255 or 31.41% from 710); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F2DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F2DF is #0A0D20. Grayscale: #F0F0F0. Windows color (decimal): -658721 or 14676725. OLE color: 14676725.

HSL color Cylindrical-coordinate representation of color #F5F2DF: hue angle of 51.82º 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 #F5F2DF is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB245242223-
CMYK00.010.090.04
HSL51.82º52.38%91.76%-
HSV(B)51.82º8.98%96.08%-
XYZ82.7388.2482.48-
YUV240.73117.99131.04-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.51%
GREEN value IS 242 (94.92% from 255) = 34.08%
BLUE value IS 223 (87.5% from 255) = 31.41%
R=34.51%
G=34.08%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524222300.010.090.0451.8252.3891.76
HexF5F2DF019434345c
Octal365362337011146464134
Binary1111010111110010110111110110011001101001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F2DF; }

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

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

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

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

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

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

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

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