#F7F9AE

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

Shades of Shalimar #F7F9AE

Tints of Shalimar #F7F9AE

Color information

#F7F9AE (or 0xF7F9AE) is unknown color: approx Shalimar. HEX triplet: F7, F9 and AE. RGB value is (247,249,174). Sum of RGB (Red+Green+Blue) = 247+249+174=670 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.87% from 670); Green value is 249 (97.66% from 255 or 37.16% from 670); Blue value is 174 (68.36% from 255 or 25.97% from 670); Max value from RGB is 249 - color contains mainly: green. Hex color #F7F9AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F9AE is #080651. Grayscale: #F0F0F0. Windows color (decimal): -525906 or 11467255. OLE color: 11467255.

HSL color Cylindrical-coordinate representation of color #F7F9AE: hue angle of 61.6º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7F9AE is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB247249174-
CMYK0.0100.300.02
HSL61.6º86.21%82.94%-
HSV(B)61.6º30.12%97.65%-
XYZ79.8790.5853.32-
YUV239.8590.84133.1-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.87%
GREEN value IS 249 (97.66% from 255) = 37.16%
BLUE value IS 174 (68.36% from 255) = 25.97%
R=36.87%
G=37.16%
B=25.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2472491740.0100.300.0261.686.2182.94
HexF7F9AE101E23e5653
Octal3673712561036276126123
Binary11110111111110011010111010111101011111010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F9AE; }

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

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

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

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

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

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

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

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