#FFF1AA

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

Shades of Shalimar #FFF1AA

Tints of Shalimar #FFF1AA

Color information

#FFF1AA (or 0xFFF1AA) is unknown color: approx Shalimar. HEX triplet: FF, F1 and AA. RGB value is (255,241,170). Sum of RGB (Red+Green+Blue) = 255+241+170=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 170 (66.80% from 255 or 25.53% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF1AA is #000E55. Grayscale: #EDEDED. Windows color (decimal): -3670 or 11203071. OLE color: 11203071.

HSL color Cylindrical-coordinate representation of color #FFF1AA: hue angle of 50.12º 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 #FFF1AA is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB255241170-
CMYK00.050.330
HSL50.12º100%83.33%-
HSV(B)50.12º33.33%100%-
XYZ79.9587.0750.62-
YUV237.0990.14140.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.29%
GREEN value IS 241 (94.53% from 255) = 36.19%
BLUE value IS 170 (66.80% from 255) = 25.53%
R=38.29%
G=36.19%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524117000.050.33050.1210083.33
HexFFF1AA05210326453
Octal3773612520541062144123
Binary1111111111110001101010100101100001011001011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF1AA; }

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

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

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

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

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

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

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

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