#F5F2AE

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

Shades of Shalimar #F5F2AE

Tints of Shalimar #F5F2AE

Color information

#F5F2AE (or 0xF5F2AE) is unknown color: approx Shalimar. HEX triplet: F5, F2 and AE. RGB value is (245,242,174). Sum of RGB (Red+Green+Blue) = 245+242+174=661 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.07% from 661); Green value is 242 (94.92% from 255 or 36.61% from 661); Blue value is 174 (68.36% from 255 or 26.32% from 661); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F2AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F2AE is #0A0D51. Grayscale: #EBEBEB. Windows color (decimal): -658770 or 11465461. OLE color: 11465461.

HSL color Cylindrical-coordinate representation of color #F5F2AE: hue angle of 57.46º 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 #F5F2AE is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB245242174-
CMYK00.010.290.04
HSL57.46º78.02%82.16%-
HSV(B)57.46º28.98%96.08%-
XYZ77.0585.9752.58-
YUV235.1493.49135.03-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.07%
GREEN value IS 242 (94.92% from 255) = 36.61%
BLUE value IS 174 (68.36% from 255) = 26.32%
R=37.07%
G=36.61%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524217400.010.290.0457.4678.0282.16
HexF5F2AE011D4394e52
Octal3653622560135471116122
Binary111101011111001010101110011110110011100110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F2AE; }

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

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

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

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

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

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

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

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