#F1F3AA

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

Shades of Shalimar #F1F3AA

Tints of Shalimar #F1F3AA

Color information

#F1F3AA (or 0xF1F3AA) is unknown color: approx Shalimar. HEX triplet: F1, F3 and AA. RGB value is (241,243,170). Sum of RGB (Red+Green+Blue) = 241+243+170=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 243 (95.31% from 255 or 37.16% from 654); Blue value is 170 (66.80% from 255 or 25.99% from 654); Max value from RGB is 243 - color contains mainly: green. Hex color #F1F3AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F3AA is #0E0C55. Grayscale: #EAEAEA. Windows color (decimal): -920662 or 11203569. OLE color: 11203569.

HSL color Cylindrical-coordinate representation of color #F1F3AA: hue angle of 61.64º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1F3AA is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB241243170-
CMYK0.0100.300.05
HSL61.64º75.26%80.98%-
HSV(B)61.64º30.04%95.29%-
XYZ75.5885.750.59-
YUV234.0891.84132.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.85%
GREEN value IS 243 (95.31% from 255) = 37.16%
BLUE value IS 170 (66.80% from 255) = 25.99%
R=36.85%
G=37.16%
B=25.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412431700.0100.300.0561.6475.2680.98
HexF1F3AA101E53e4b51
Octal3613632521036576113121
Binary111100011111001110101010101111010111111010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F3AA; }

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

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

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

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

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

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

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

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