#F6F6AA

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

Shades of Shalimar #F6F6AA

Tints of Shalimar #F6F6AA

Color information

#F6F6AA (or 0xF6F6AA) is unknown color: approx Shalimar. HEX triplet: F6, F6 and AA. RGB value is (246,246,170). Sum of RGB (Red+Green+Blue) = 246+246+170=662 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.16% from 662); Green value is 246 (96.48% from 255 or 37.16% from 662); Blue value is 170 (66.80% from 255 or 25.68% from 662); Max value from RGB is 246 - color contains mainly: red, green. Hex color #F6F6AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F6AA is #090955. Grayscale: #EDEDED. Windows color (decimal): -592214 or 11204342. OLE color: 11204342.

HSL color Cylindrical-coordinate representation of color #F6F6AA: hue angle of 60º 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 #F6F6AA is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB246246170-
CMYK000.310.04
HSL60º80.85%81.57%-
HSV(B)60º30.89%96.47%-
XYZ78.2288.4150.97-
YUV237.3490134.18-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.16%
GREEN value IS 246 (96.48% from 255) = 37.16%
BLUE value IS 170 (66.80% from 255) = 25.68%
R=37.16%
G=37.16%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246246170000.310.046080.8581.57
HexF6F6AA001F43c5152
Octal3663662520037474121122
Binary111101101111011010101010001111110011110010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F6AA; }

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

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

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

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

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

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

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

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