#F5EFAA

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

Shades of Shalimar #F5EFAA

Tints of Shalimar #F5EFAA

Color information

#F5EFAA (or 0xF5EFAA) is unknown color: approx Shalimar. HEX triplet: F5, EF and AA. RGB value is (245,239,170). Sum of RGB (Red+Green+Blue) = 245+239+170=654 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.46% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 170 (66.80% from 255 or 25.99% from 654); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EFAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EFAA is #0A1055. Grayscale: #E9E9E9. Windows color (decimal): -659542 or 11202549. OLE color: 11202549.

HSL color Cylindrical-coordinate representation of color #F5EFAA: hue angle of 55.2º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5EFAA is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB245239170-
CMYK00.020.310.04
HSL55.2º78.95%81.37%-
HSV(B)55.2º30.61%96.08%-
XYZ75.7884.0550.26-
YUV232.9392.49136.61-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.46%
GREEN value IS 239 (93.75% from 255) = 36.54%
BLUE value IS 170 (66.80% from 255) = 25.99%
R=37.46%
G=36.54%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523917000.020.310.0455.278.9581.37
HexF5EFAA021F4374f51
Octal3653572520237467117121
Binary1111010111101111101010100101111110011011110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EFAA; }

 p { color: rgb(245,239,170); }

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

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

 a { background-color: rgb(245,239,170); }

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

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

 span { border-color: rgb(245,239,170); }

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