#F6F1AA

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

Shades of Shalimar #F6F1AA

Tints of Shalimar #F6F1AA

Color information

#F6F1AA (or 0xF6F1AA) is unknown color: approx Shalimar. HEX triplet: F6, F1 and AA. RGB value is (246,241,170). Sum of RGB (Red+Green+Blue) = 246+241+170=657 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.44% from 657); Green value is 241 (94.53% from 255 or 36.68% from 657); Blue value is 170 (66.80% from 255 or 25.88% from 657); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F1AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F1AA is #090E55. Grayscale: #EAEAEA. Windows color (decimal): -593494 or 11203062. OLE color: 11203062.

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

Color convert

RGB246241170-
CMYK00.020.310.04
HSL56.05º80.85%81.57%-
HSV(B)56.05º30.89%96.47%-
XYZ76.7285.4150.47-
YUV234.491.66136.27-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.44%
GREEN value IS 241 (94.53% from 255) = 36.68%
BLUE value IS 170 (66.80% from 255) = 25.88%
R=37.44%
G=36.68%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24624117000.020.310.0456.0580.8581.57
HexF6F1AA021F4385152
Octal3663612520237470121122
Binary1111011011110001101010100101111110011100010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F1AA; }

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

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

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

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

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

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

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

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