#F6F9A6

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

Shades of Shalimar #F6F9A6

Tints of Shalimar #F6F9A6

Color information

#F6F9A6 (or 0xF6F9A6) is unknown color: approx Shalimar. HEX triplet: F6, F9 and A6. RGB value is (246,249,166). Sum of RGB (Red+Green+Blue) = 246+249+166=661 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.22% from 661); Green value is 249 (97.66% from 255 or 37.67% from 661); Blue value is 166 (65.23% from 255 or 25.11% from 661); Max value from RGB is 249 - color contains mainly: green. Hex color #F6F9A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F9A6 is #090659. Grayscale: #EEEEEE. Windows color (decimal): -591450 or 10942966. OLE color: 10942966.

HSL color Cylindrical-coordinate representation of color #F6F9A6: hue angle of 62.17º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6F9A6 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB246249166-
CMYK0.0100.330.02
HSL62.17º87.37%81.37%-
HSV(B)62.17º33.33%97.65%-
XYZ78.7690.149.32-
YUV238.6487.01133.25-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.22%
GREEN value IS 249 (97.66% from 255) = 37.67%
BLUE value IS 166 (65.23% from 255) = 25.11%
R=37.22%
G=37.67%
B=25.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462491660.0100.330.0262.1787.3781.37
HexF6F9A6102123e5751
Octal3663712461041276127121
Binary111101101111100110100110101000011011111010101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F9A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F9A6; }

 p { color: rgb(246,249,166); }

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

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

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

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

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

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

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