#F9FBAA

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

Shades of Shalimar #F9FBAA

Tints of Shalimar #F9FBAA

Color information

#F9FBAA (or 0xF9FBAA) is unknown color: approx Shalimar. HEX triplet: F9, FB and AA. RGB value is (249,251,170). Sum of RGB (Red+Green+Blue) = 249+251+170=670 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.16% from 670); Green value is 251 (98.44% from 255 or 37.46% from 670); Blue value is 170 (66.80% from 255 or 25.37% from 670); Max value from RGB is 251 - color contains mainly: green. Hex color #F9FBAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FBAA is #060455. Grayscale: #F1F1F1. Windows color (decimal): -394326 or 11205625. OLE color: 11205625.

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

Color convert

RGB249251170-
CMYK0.0100.320.02
HSL61.48º91.01%82.55%-
HSV(B)61.48º32.27%98.43%-
XYZ80.8292.0451.54-
YUV241.1787.84133.59-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.16%
GREEN value IS 251 (98.44% from 255) = 37.46%
BLUE value IS 170 (66.80% from 255) = 25.37%
R=37.16%
G=37.46%
B=25.37%

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
Decimal2492511700.0100.320.0261.4891.0182.55
HexF9FBAA102023d5b53
Octal3713732521040275133123
Binary111110011111101110101010101000001011110110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FBAA; }

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

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

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

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

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

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

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

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