#F8F7AC

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

Shades of Shalimar #F8F7AC

Tints of Shalimar #F8F7AC

Color information

#F8F7AC (or 0xF8F7AC) is unknown color: approx Shalimar. HEX triplet: F8, F7 and AC. RGB value is (248,247,172). Sum of RGB (Red+Green+Blue) = 248+247+172=667 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.18% from 667); Green value is 247 (96.88% from 255 or 37.03% from 667); Blue value is 172 (67.58% from 255 or 25.79% from 667); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F7AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F7AC is #070853. Grayscale: #EFEFEF. Windows color (decimal): -460884 or 11335672. OLE color: 11335672.

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

Color convert

RGB248247172-
CMYK00.000.310.03
HSL59.21º84.44%82.35%-
HSV(B)59.21º30.65%97.25%-
XYZ79.4289.4652.11-
YUV238.7590.33134.6-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.18%
GREEN value IS 247 (96.88% from 255) = 37.03%
BLUE value IS 172 (67.58% from 255) = 25.79%
R=37.18%
G=37.03%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824717200.000.310.0359.2184.4482.35
HexF8F7AC001F33b5452
Octal3703672540037373124122
Binary11111000111101111010110000111111111101110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F7AC; }

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

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

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

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

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

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

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

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