#F7F8AE

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

Shades of Shalimar #F7F8AE

Tints of Shalimar #F7F8AE

Color information

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

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

Color convert

RGB247248174-
CMYK0.0000.300.03
HSL60.81º84.09%82.75%-
HSV(B)60.81º29.84%97.25%-
XYZ79.5789.9653.22-
YUV239.2691.17133.52-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472481740.0000.300.0360.8184.0982.75
HexF7F8AE001E33d5453
Octal3673702560036375124123
Binary11110111111110001010111000111101111110110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F8AE; }

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

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

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

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

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

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

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

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