#F3F4AA

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

Shades of Shalimar #F3F4AA

Tints of Shalimar #F3F4AA

Color information

#F3F4AA (or 0xF3F4AA) is unknown color: approx Shalimar. HEX triplet: F3, F4 and AA. RGB value is (243,244,170). Sum of RGB (Red+Green+Blue) = 243+244+170=657 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.99% from 657); Green value is 244 (95.70% from 255 or 37.14% from 657); Blue value is 170 (66.80% from 255 or 25.88% from 657); Max value from RGB is 244 - color contains mainly: green. Hex color #F3F4AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F4AA is #0C0B55. Grayscale: #EBEBEB. Windows color (decimal): -789334 or 11203827. OLE color: 11203827.

HSL color Cylindrical-coordinate representation of color #F3F4AA: hue angle of 60.81º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3F4AA is Cyan = 0.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB243244170-
CMYK0.0000.300.04
HSL60.81º77.08%81.18%-
HSV(B)60.81º30.33%95.69%-
XYZ76.5786.6650.72-
YUV235.2691.17133.52-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.99%
GREEN value IS 244 (95.70% from 255) = 37.14%
BLUE value IS 170 (66.80% from 255) = 25.88%
R=36.99%
G=37.14%
B=25.88%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2432441700.0000.300.0460.8177.0881.18
HexF3F4AA001E43d4d51
Octal3633642520036475115121
Binary111100111111010010101010001111010011110110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F4AA; }

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

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

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

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

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

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

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

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