#F4F5AE

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

Shades of Shalimar #F4F5AE

Tints of Shalimar #F4F5AE

Color information

#F4F5AE (or 0xF4F5AE) is unknown color: approx Shalimar. HEX triplet: F4, F5 and AE. RGB value is (244,245,174). Sum of RGB (Red+Green+Blue) = 244+245+174=663 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.80% from 663); Green value is 245 (96.09% from 255 or 36.95% from 663); Blue value is 174 (68.36% from 255 or 26.24% from 663); Max value from RGB is 245 - color contains mainly: green. Hex color #F4F5AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F5AE is #0B0A51. Grayscale: #ECECEC. Windows color (decimal): -723538 or 11466228. OLE color: 11466228.

HSL color Cylindrical-coordinate representation of color #F4F5AE: hue angle of 60.85º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4F5AE is Cyan = 0.00, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB244245174-
CMYK0.0000.290.04
HSL60.85º78.02%82.16%-
HSV(B)60.85º28.98%96.08%-
XYZ77.687.5952.86-
YUV236.6192.67133.27-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.80%
GREEN value IS 245 (96.09% from 255) = 36.95%
BLUE value IS 174 (68.36% from 255) = 26.24%
R=36.80%
G=36.95%
B=26.24%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442451740.0000.290.0460.8578.0282.16
HexF4F5AE001D43d4e52
Octal3643652560035475116122
Binary111101001111010110101110001110110011110110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F5AE; }

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

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

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

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

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

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

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

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