#FFF5AA

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

Shades of Shalimar #FFF5AA

Tints of Shalimar #FFF5AA

Color information

#FFF5AA (or 0xFFF5AA) is unknown color: approx Shalimar. HEX triplet: FF, F5 and AA. RGB value is (255,245,170). Sum of RGB (Red+Green+Blue) = 255+245+170=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 245 (96.09% from 255 or 36.57% from 670); Blue value is 170 (66.80% from 255 or 25.37% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF5AA is #000A55. Grayscale: #EFEFEF. Windows color (decimal): -2646 or 11204095. OLE color: 11204095.

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

Color convert

RGB255245170-
CMYK00.040.330
HSL52.94º100%83.33%-
HSV(B)52.94º33.33%100%-
XYZ81.1589.4751.02-
YUV239.4488.81139.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.06%
GREEN value IS 245 (96.09% from 255) = 36.57%
BLUE value IS 170 (66.80% from 255) = 25.37%
R=38.06%
G=36.57%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524517000.040.33052.9410083.33
HexFFF5AA04210356453
Octal3773652520441065144123
Binary1111111111110101101010100100100001011010111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF5AA; }

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

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

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

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

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

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

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

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