#F3F0AA

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

Shades of Shalimar #F3F0AA

Tints of Shalimar #F3F0AA

Color information

#F3F0AA (or 0xF3F0AA) is unknown color: approx Shalimar. HEX triplet: F3, F0 and AA. RGB value is (243,240,170). Sum of RGB (Red+Green+Blue) = 243+240+170=653 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.21% from 653); Green value is 240 (94.14% from 255 or 36.75% from 653); Blue value is 170 (66.80% from 255 or 26.03% from 653); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F0AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F0AA is #0C0F55. Grayscale: #E9E9E9. Windows color (decimal): -790358 or 11202803. OLE color: 11202803.

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

Color convert

RGB243240170-
CMYK00.010.300.05
HSL57.53º75.26%80.98%-
HSV(B)57.53º30.04%95.29%-
XYZ75.3884.2850.32-
YUV232.9292.49135.19-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.21%
GREEN value IS 240 (94.14% from 255) = 36.75%
BLUE value IS 170 (66.80% from 255) = 26.03%
R=37.21%
G=36.75%
B=26.03%

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
Decimal24324017000.010.300.0557.5375.2680.98
HexF3F0AA011E53a4b51
Octal3633602520136572113121
Binary111100111111000010101010011111010111101010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F0AA; }

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

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

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

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

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

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

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

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