Html Css Color HEX #F9FEAA Shalimar

📋 copy color: '#F9FEAA'

red 249 ◦ green 254 ◦ blue 170

#F9FEAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shalimar #F9FEAA

Tints of Shalimar #F9FEAA

RGB

 RED value IS 249 (97.66% from 255) = 37%

 GREEN value IS 254 (99.61% from 255) = 37.74%

 BLUE value IS 170 (66.8% from 255) = 25.26%

R = 37%
G = 37.74%
B = 25.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#F9FEAA (or 0xF9FEAA) is known color: Shalimar. HEX triplet: F9, FE and AA. RGB value is (249,254,170). Sum of RGB (Red+Green+Blue) = 249+254+170=673 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.00% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 170 (66.80% from 255 or 25.26% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #F9FEAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FEAA is #060155. Grayscale: #F3F3F3. Windows color (decimal): -393558 or 11206393. OLE color: 11206393.

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

Color convert

RGB 249 254 170 -
CMYK 0.02 0 0.33 0.00
HSL 63.57º 0.98% 0.83% -
HSV(B) 63.57º 0.33% 1% -
XYZ 81.76 93.93 51.85 -
YUV 242.93 86.84 132.33 -
System Red Green Blue C M Y K H S L
Decimal 249 254 170 0.02 0 0.33 0.00 63.57 0.98 0.83
Hex F9 FE AA 2 0 21 0 40 62 53
Octal 371 376 252 2 0 41 0 100 142 123
Binary 11111001 11111110 10101010 10 0 100001 0 1000000 1100010 1010011

Color Harmonies of #F9FEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FEAA

Black with #F9FEAA

Text Example


Text Example

White with #F9FEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FEAA; }

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

 H1.HeaderClassName
 {
   color: #F9FEAA;
 }
 .AnyTagClassName
 {
   color: #F9FEAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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