#F7F4AE

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

Shades of Shalimar #F7F4AE

Tints of Shalimar #F7F4AE

Color information

#F7F4AE (or 0xF7F4AE) is unknown color: approx Shalimar. HEX triplet: F7, F4 and AE. RGB value is (247,244,174). Sum of RGB (Red+Green+Blue) = 247+244+174=665 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.14% from 665); Green value is 244 (95.70% from 255 or 36.69% from 665); Blue value is 174 (68.36% from 255 or 26.17% from 665); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F4AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F4AE is #080B51. Grayscale: #EDEDED. Windows color (decimal): -527186 or 11465975. OLE color: 11465975.

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

Color convert

RGB247244174-
CMYK00.010.300.03
HSL57.53º82.02%82.55%-
HSV(B)57.53º29.55%96.86%-
XYZ78.3587.5352.81-
YUV236.9292.49135.19-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.14%
GREEN value IS 244 (95.70% from 255) = 36.69%
BLUE value IS 174 (68.36% from 255) = 26.17%
R=37.14%
G=36.69%
B=26.17%

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
Decimal24724417400.010.300.0357.5382.0282.55
HexF7F4AE011E33a5253
Octal3673642560136372122123
Binary11110111111101001010111001111101111101010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F4AE; }

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

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

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

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

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

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

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

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