#F5EFAB

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

Shades of Shalimar #F5EFAB

Tints of Shalimar #F5EFAB

Color information

#F5EFAB (or 0xF5EFAB) is unknown color: approx Shalimar. HEX triplet: F5, EF and AB. RGB value is (245,239,171). Sum of RGB (Red+Green+Blue) = 245+239+171=655 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.40% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 171 (67.19% from 255 or 26.11% from 655); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EFAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EFAB is #0A1054. Grayscale: #E9E9E9. Windows color (decimal): -659541 or 11268085. OLE color: 11268085.

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

Color convert

RGB245239171-
CMYK00.020.300.04
HSL55.14º78.72%81.57%-
HSV(B)55.14º30.2%96.08%-
XYZ75.8784.0950.76-
YUV233.0492.99136.53-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.40%
GREEN value IS 239 (93.75% from 255) = 36.49%
BLUE value IS 171 (67.19% from 255) = 26.11%
R=37.40%
G=36.49%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523917100.020.300.0455.1478.7281.57
HexF5EFAB021E4374f52
Octal3653572530236467117122
Binary1111010111101111101010110101111010011011110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EFAB; }

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

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

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

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

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

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

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

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