#F6F9AA

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

Shades of Shalimar #F6F9AA

Tints of Shalimar #F6F9AA

Color information

#F6F9AA (or 0xF6F9AA) is unknown color: approx Shalimar. HEX triplet: F6, F9 and AA. RGB value is (246,249,170). Sum of RGB (Red+Green+Blue) = 246+249+170=665 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.99% from 665); Green value is 249 (97.66% from 255 or 37.44% from 665); Blue value is 170 (66.80% from 255 or 25.56% from 665); Max value from RGB is 249 - color contains mainly: green. Hex color #F6F9AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F9AA is #090655. Grayscale: #EFEFEF. Windows color (decimal): -591446 or 11205110. OLE color: 11205110.

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

Color convert

RGB246249170-
CMYK0.0100.320.02
HSL62.28º86.81%82.16%-
HSV(B)62.28º31.73%97.65%-
XYZ79.1490.2551.28-
YUV239.189.01132.92-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.99%
GREEN value IS 249 (97.66% from 255) = 37.44%
BLUE value IS 170 (66.80% from 255) = 25.56%
R=36.99%
G=37.44%
B=25.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462491700.0100.320.0262.2886.8182.16
HexF6F9AA102023e5752
Octal3663712521040276127122
Binary111101101111100110101010101000001011111010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F9AA; }

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

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

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

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

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

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

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

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