#F7F8AC

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

Shades of Shalimar #F7F8AC

Tints of Shalimar #F7F8AC

Color information

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

HSL color Cylindrical-coordinate representation of color #F7F8AC: hue angle of 60.79º 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 #F7F8AC is Cyan = 0.00, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB247248172-
CMYK0.0000.310.03
HSL60.79º84.44%82.35%-
HSV(B)60.79º30.65%97.25%-
XYZ79.3789.8952.2-
YUV239.0490.17133.68-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472481720.0000.310.0360.7984.4482.35
HexF7F8AC001F33d5452
Octal3673702540037375124122
Binary11110111111110001010110000111111111110110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F8AC; }

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

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

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

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

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

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

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

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