#F5F6AA

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

Shades of Shalimar #F5F6AA

Tints of Shalimar #F5F6AA

Color information

#F5F6AA (or 0xF5F6AA) is unknown color: approx Shalimar. HEX triplet: F5, F6 and AA. RGB value is (245,246,170). Sum of RGB (Red+Green+Blue) = 245+246+170=661 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.07% from 661); Green value is 246 (96.48% from 255 or 37.22% from 661); Blue value is 170 (66.80% from 255 or 25.72% from 661); Max value from RGB is 246 - color contains mainly: green. Hex color #F5F6AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F6AA is #0A0955. Grayscale: #EDEDED. Windows color (decimal): -657750 or 11204341. OLE color: 11204341.

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

Color convert

RGB245246170-
CMYK0.0000.310.04
HSL60.79º80.85%81.57%-
HSV(B)60.79º30.89%96.47%-
XYZ77.8788.2350.96-
YUV237.0490.17133.68-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.07%
GREEN value IS 246 (96.48% from 255) = 37.22%
BLUE value IS 170 (66.80% from 255) = 25.72%
R=37.07%
G=37.22%
B=25.72%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452461700.0000.310.0460.7980.8581.57
HexF5F6AA001F43d5152
Octal3653662520037475121122
Binary111101011111011010101010001111110011110110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F6AA; }

 p { color: rgb(245,246,170); }

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

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

 a { background-color: rgb(245,246,170); }

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

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

 span { border-color: rgb(245,246,170); }

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