#F8F7AE

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

Shades of Shalimar #F8F7AE

Tints of Shalimar #F8F7AE

Color information

#F8F7AE (or 0xF8F7AE) is unknown color: approx Shalimar. HEX triplet: F8, F7 and AE. RGB value is (248,247,174). Sum of RGB (Red+Green+Blue) = 248+247+174=669 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.07% from 669); Green value is 247 (96.88% from 255 or 36.92% from 669); Blue value is 174 (68.36% from 255 or 26.01% from 669); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F7AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F7AE is #070851. Grayscale: #EFEFEF. Windows color (decimal): -460882 or 11466744. OLE color: 11466744.

HSL color Cylindrical-coordinate representation of color #F8F7AE: hue angle of 59.19º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8F7AE is Cyan = 0, Magento = 0.00, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB248247174-
CMYK00.000.300.03
HSL59.19º84.09%82.75%-
HSV(B)59.19º29.84%97.25%-
XYZ79.6189.5353.13-
YUV238.9891.33134.44-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.07%
GREEN value IS 247 (96.88% from 255) = 36.92%
BLUE value IS 174 (68.36% from 255) = 26.01%
R=37.07%
G=36.92%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824717400.000.300.0359.1984.0982.75
HexF8F7AE001E33b5453
Octal3703672560036373124123
Binary11111000111101111010111000111101111101110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F7AE; }

 p { color: rgb(248,247,174); }

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

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

 a { background-color: rgb(248,247,174); }

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

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

 span { border-color: rgb(248,247,174); }

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