#F3F1AA

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

Shades of Shalimar #F3F1AA

Tints of Shalimar #F3F1AA

Color information

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

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

Color convert

RGB243241170-
CMYK00.010.300.05
HSL58.36º75.26%80.98%-
HSV(B)58.36º30.04%95.29%-
XYZ75.6784.8750.42-
YUV233.592.16134.77-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24324117000.010.300.0558.3675.2680.98
HexF3F1AA011E53a4b51
Octal3633612520136572113121
Binary111100111111000110101010011111010111101010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F1AA; }

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

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

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

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

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

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

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

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