#F5F7AA

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

Shades of Shalimar #F5F7AA

Tints of Shalimar #F5F7AA

Color information

#F5F7AA (or 0xF5F7AA) is unknown color: approx Shalimar. HEX triplet: F5, F7 and AA. RGB value is (245,247,170). Sum of RGB (Red+Green+Blue) = 245+247+170=662 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.01% from 662); Green value is 247 (96.88% from 255 or 37.31% from 662); Blue value is 170 (66.80% from 255 or 25.68% from 662); Max value from RGB is 247 - color contains mainly: green. Hex color #F5F7AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F7AA is #0A0855. Grayscale: #EDEDED. Windows color (decimal): -657494 or 11204597. OLE color: 11204597.

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

Color convert

RGB245247170-
CMYK0.0100.310.03
HSL61.56º82.8%81.76%-
HSV(B)61.56º31.17%96.86%-
XYZ78.1788.8451.06-
YUV237.6289.84133.26-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.01%
GREEN value IS 247 (96.88% from 255) = 37.31%
BLUE value IS 170 (66.80% from 255) = 25.68%
R=37.01%
G=37.31%
B=25.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2452471700.0100.310.0361.5682.881.76
HexF5F7AA101F33e5352
Octal3653672521037376123122
Binary11110101111101111010101010111111111111010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F7AA; }

 p { color: rgb(245,247,170); }

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

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

 a { background-color: rgb(245,247,170); }

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

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

 span { border-color: rgb(245,247,170); }

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