#F8F5DF

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

Shades of Promenade #F8F5DF

Tints of Promenade #F8F5DF

Color information

#F8F5DF (or 0xF8F5DF) is unknown color: approx Promenade. HEX triplet: F8, F5 and DF. RGB value is (248,245,223). Sum of RGB (Red+Green+Blue) = 248+245+223=716 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.64% from 716); Green value is 245 (96.09% from 255 or 34.22% from 716); Blue value is 223 (87.5% from 255 or 31.15% from 716); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F5DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F5DF is #070A20. Grayscale: #F3F3F3. Windows color (decimal): -461345 or 14677496. OLE color: 14677496.

HSL color Cylindrical-coordinate representation of color #F8F5DF: hue angle of 52.8º degrees, saturation: 0.64, 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 #F8F5DF is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB248245223-
CMYK00.010.100.03
HSL52.8º64.1%92.35%-
HSV(B)52.8º10.08%97.25%-
XYZ84.6890.5982.83-
YUV243.39116.49131.29-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.64%
GREEN value IS 245 (96.09% from 255) = 34.22%
BLUE value IS 223 (87.5% from 255) = 31.15%
R=34.64%
G=34.22%
B=31.15%

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
Decimal24824522300.010.100.0352.864.192.35
HexF8F5DF01A335405c
Octal3703653370112365100134
Binary1111100011110101110111110110101111010110000001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F5DF; }

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

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

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

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

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

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

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

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