#F5F8AE

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

Shades of Shalimar #F5F8AE

Tints of Shalimar #F5F8AE

Color information

#F5F8AE (or 0xF5F8AE) is unknown color: approx Shalimar. HEX triplet: F5, F8 and AE. RGB value is (245,248,174). Sum of RGB (Red+Green+Blue) = 245+248+174=667 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.73% from 667); Green value is 248 (97.27% from 255 or 37.18% from 667); Blue value is 174 (68.36% from 255 or 26.09% from 667); Max value from RGB is 248 - color contains mainly: green. Hex color #F5F8AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F8AE is #0A0751. Grayscale: #EEEEEE. Windows color (decimal): -657234 or 11466997. OLE color: 11466997.

HSL color Cylindrical-coordinate representation of color #F5F8AE: hue angle of 62.43º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5F8AE is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB245248174-
CMYK0.0100.300.03
HSL62.43º84.09%82.75%-
HSV(B)62.43º29.84%97.25%-
XYZ78.8689.653.18-
YUV238.6791.51132.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.73%
GREEN value IS 248 (97.27% from 255) = 37.18%
BLUE value IS 174 (68.36% from 255) = 26.09%
R=36.73%
G=37.18%
B=26.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2452481740.0100.300.0362.4384.0982.75
HexF5F8AE101E33e5453
Octal3653702561036376124123
Binary11110101111110001010111010111101111111010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F8AE; }

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

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

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

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

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

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

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

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