#FFF5AE

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

Shades of Shalimar #FFF5AE

Tints of Shalimar #FFF5AE

Color information

#FFF5AE (or 0xFFF5AE) is unknown color: approx Shalimar. HEX triplet: FF, F5 and AE. RGB value is (255,245,174). Sum of RGB (Red+Green+Blue) = 255+245+174=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 245 (96.09% from 255 or 36.35% from 674); Blue value is 174 (68.36% from 255 or 25.82% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF5AE is #000A51. Grayscale: #F0F0F0. Windows color (decimal): -2642 or 11466239. OLE color: 11466239.

HSL color Cylindrical-coordinate representation of color #FFF5AE: hue angle of 52.59º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFF5AE is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB255245174-
CMYK00.040.320
HSL52.59º100%84.12%-
HSV(B)52.59º31.76%100%-
XYZ81.5389.6253.05-
YUV239.990.81138.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.83%
GREEN value IS 245 (96.09% from 255) = 36.35%
BLUE value IS 174 (68.36% from 255) = 25.82%
R=37.83%
G=36.35%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524517400.040.32052.5910084.12
HexFFF5AE04200356454
Octal3773652560440065144124
Binary1111111111110101101011100100100000011010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF5AE; }

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

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

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

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

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

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

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

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