#F5F7AF

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

Shades of Shalimar #F5F7AF

Tints of Shalimar #F5F7AF

Color information

#F5F7AF (or 0xF5F7AF) is unknown color: approx Shalimar. HEX triplet: F5, F7 and AF. RGB value is (245,247,175). Sum of RGB (Red+Green+Blue) = 245+247+175=667 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.73% from 667); Green value is 247 (96.88% from 255 or 37.03% from 667); Blue value is 175 (68.75% from 255 or 26.24% from 667); Max value from RGB is 247 - color contains mainly: green. Hex color #F5F7AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F7AF is #0A0850. Grayscale: #EEEEEE. Windows color (decimal): -657489 or 11532277. OLE color: 11532277.

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

Color convert

RGB245247175-
CMYK0.0100.290.03
HSL61.67º81.82%82.75%-
HSV(B)61.67º29.15%96.86%-
XYZ78.6589.0353.6-
YUV238.1992.34132.85-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.73%
GREEN value IS 247 (96.88% from 255) = 37.03%
BLUE value IS 175 (68.75% from 255) = 26.24%
R=36.73%
G=37.03%
B=26.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2452471750.0100.290.0361.6781.8282.75
HexF5F7AF101D33e5253
Octal3653672571035376122123
Binary11110101111101111010111110111011111111010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F7AF; }

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

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

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

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

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

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

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

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