#F9FCAA

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

Shades of Shalimar #F9FCAA

Tints of Shalimar #F9FCAA

Color information

#F9FCAA (or 0xF9FCAA) is unknown color: approx Shalimar. HEX triplet: F9, FC and AA. RGB value is (249,252,170). Sum of RGB (Red+Green+Blue) = 249+252+170=671 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.11% from 671); Green value is 252 (98.83% from 255 or 37.56% from 671); Blue value is 170 (66.80% from 255 or 25.34% from 671); Max value from RGB is 252 - color contains mainly: green. Hex color #F9FCAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FCAA is #060355. Grayscale: #F2F2F2. Windows color (decimal): -394070 or 11205881. OLE color: 11205881.

HSL color Cylindrical-coordinate representation of color #F9FCAA: hue angle of 62.2º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F9FCAA is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB249252170-
CMYK0.0100.330.01
HSL62.2º93.18%82.75%-
HSV(B)62.2º32.54%98.82%-
XYZ81.1392.6651.64-
YUV241.7587.51133.17-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.11%
GREEN value IS 252 (98.83% from 255) = 37.56%
BLUE value IS 170 (66.80% from 255) = 25.34%
R=37.11%
G=37.56%
B=25.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2492521700.0100.330.0162.293.1882.75
HexF9FCAA102113e5d53
Octal3713742521041176135123
Binary11111001111111001010101010100001111111010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FCAA; }

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

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

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

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

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

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

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

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