#F6F2AA

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

Shades of Shalimar #F6F2AA

Tints of Shalimar #F6F2AA

Color information

#F6F2AA (or 0xF6F2AA) is unknown color: approx Shalimar. HEX triplet: F6, F2 and AA. RGB value is (246,242,170). Sum of RGB (Red+Green+Blue) = 246+242+170=658 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.39% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 170 (66.80% from 255 or 25.84% from 658); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F2AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F2AA is #090D55. Grayscale: #EBEBEB. Windows color (decimal): -593238 or 11203318. OLE color: 11203318.

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

Color convert

RGB246242170-
CMYK00.020.310.04
HSL56.84º80.85%81.57%-
HSV(B)56.84º30.89%96.47%-
XYZ77.018650.57-
YUV234.9991.33135.85-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.39%
GREEN value IS 242 (94.92% from 255) = 36.78%
BLUE value IS 170 (66.80% from 255) = 25.84%
R=37.39%
G=36.78%
B=25.84%

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
Decimal24624217000.020.310.0456.8480.8581.57
HexF6F2AA021F4395152
Octal3663622520237471121122
Binary1111011011110010101010100101111110011100110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F2AA; }

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

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

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

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

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

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

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

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