#F3F5AE

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

Shades of Shalimar #F3F5AE

Tints of Shalimar #F3F5AE

Color information

#F3F5AE (or 0xF3F5AE) is unknown color: approx Shalimar. HEX triplet: F3, F5 and AE. RGB value is (243,245,174). Sum of RGB (Red+Green+Blue) = 243+245+174=662 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.71% from 662); Green value is 245 (96.09% from 255 or 37.01% from 662); Blue value is 174 (68.36% from 255 or 26.28% from 662); Max value from RGB is 245 - color contains mainly: green. Hex color #F3F5AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F5AE is #0C0A51. Grayscale: #ECECEC. Windows color (decimal): -789074 or 11466227. OLE color: 11466227.

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

Color convert

RGB243245174-
CMYK0.0100.290.04
HSL61.69º78.02%82.16%-
HSV(B)61.69º28.98%96.08%-
XYZ77.2587.4252.85-
YUV236.3192.84132.77-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.71%
GREEN value IS 245 (96.09% from 255) = 37.01%
BLUE value IS 174 (68.36% from 255) = 26.28%
R=36.71%
G=37.01%
B=26.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2432451740.0100.290.0461.6978.0282.16
HexF3F5AE101D43e4e52
Octal3633652561035476116122
Binary111100111111010110101110101110110011111010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F5AE; }

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

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

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

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

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

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

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

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