#F7F5AD

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

Shades of Shalimar #F7F5AD

Tints of Shalimar #F7F5AD

Color information

#F7F5AD (or 0xF7F5AD) is unknown color: approx Shalimar. HEX triplet: F7, F5 and AD. RGB value is (247,245,173). Sum of RGB (Red+Green+Blue) = 247+245+173=665 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.14% from 665); Green value is 245 (96.09% from 255 or 36.84% from 665); Blue value is 173 (67.97% from 255 or 26.02% from 665); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F5AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F5AD is #080A52. Grayscale: #EDEDED. Windows color (decimal): -526931 or 11400695. OLE color: 11400695.

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

Color convert

RGB247245173-
CMYK00.010.300.03
HSL58.38º82.22%82.35%-
HSV(B)58.38º29.96%96.86%-
XYZ78.5588.152.4-
YUV237.3991.66134.85-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.14%
GREEN value IS 245 (96.09% from 255) = 36.84%
BLUE value IS 173 (67.97% from 255) = 26.02%
R=37.14%
G=36.84%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724517300.010.300.0358.3882.2282.35
HexF7F5AD011E33a5252
Octal3673652550136372122122
Binary11110111111101011010110101111101111101010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F5AD; }

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

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

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

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

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

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

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

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