#F9FAAA

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

Shades of Shalimar #F9FAAA

Tints of Shalimar #F9FAAA

Color information

#F9FAAA (or 0xF9FAAA) is unknown color: approx Shalimar. HEX triplet: F9, FA and AA. RGB value is (249,250,170). Sum of RGB (Red+Green+Blue) = 249+250+170=669 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.22% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 170 (66.80% from 255 or 25.41% from 669); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FAAA is #060555. Grayscale: #F0F0F0. Windows color (decimal): -394582 or 11205369. OLE color: 11205369.

HSL color Cylindrical-coordinate representation of color #F9FAAA: hue angle of 60.75º degrees, saturation: 0.89, 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 #F9FAAA is Cyan = 0.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB249250170-
CMYK0.0000.320.02
HSL60.75º88.89%82.35%-
HSV(B)60.75º32%98.04%-
XYZ80.5191.4151.43-
YUV240.5888.17134-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.22%
GREEN value IS 250 (98.05% from 255) = 37.37%
BLUE value IS 170 (66.80% from 255) = 25.41%
R=37.22%
G=37.37%
B=25.41%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492501700.0000.320.0260.7588.8982.35
HexF9FAAA002023d5952
Octal3713722520040275131122
Binary111110011111101010101010001000001011110110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FAAA; }

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

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

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

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

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

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

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

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