#f7f7ad

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

Shades of Shalimar #F7F7AD

Tints of Shalimar #F7F7AD

Color information

#F7F7AD (or 0xF7F7AD) is unknown color: approx Shalimar. HEX triplet: F7, F7 and AD. RGB value is (247,247,173). Sum of RGB (Red+Green+Blue) = 247+247+173=667 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.03% from 667); Green value is 247 (96.88% from 255 or 37.03% from 667); Blue value is 173 (67.97% from 255 or 25.94% from 667); Max value from RGB is 247 - color contains mainly: red, green. Hex color #F7F7AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F7AD is #080852. Grayscale: #EEEEEE. Windows color (decimal): -526419 or 11401207. OLE color: 11401207.

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

Color convert

RGB247247173-
CMYK000.300.03
HSL60º82.22%82.35%-
HSV(B)60º29.96%96.86%-
XYZ79.1689.3152.6-
YUV238.5691134.02-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.03%
GREEN value IS 247 (96.88% from 255) = 37.03%
BLUE value IS 173 (67.97% from 255) = 25.94%
R=37.03%
G=37.03%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247247173000.300.036082.2282.35
HexF7F7AD001E33c5252
Octal3673672550036374122122
Binary11110111111101111010110100111101111110010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f7f7ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f7f7ad; }

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

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

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

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

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

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

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

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