Html Css Color HEX #F9FAA9 Shalimar

📋 copy color: '#F9FAA9'

red 249 ◦ green 250 ◦ blue 169

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

Shades of Shalimar #F9FAA9

Tints of Shalimar #F9FAA9

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.43%

 BLUE value IS 169 (66.41% from 255) = 25.3%

R = 37.28%
G = 37.43%
B = 25.3%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F9FAA9 (or 0xF9FAA9) is known color: Shalimar. HEX triplet: F9, FA and A9. RGB value is (249,250,169). Sum of RGB (Red+Green+Blue) = 249+250+169=668 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.28% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 169 (66.41% from 255 or 25.30% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FAA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FAA9 is #060556. Grayscale: #F0F0F0. Windows color (decimal): -394583 or 11139833. OLE color: 11139833.

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

Color convert

RGB 249 250 169 -
CMYK 0.00 0 0.32 0.02
HSL 60.74º 0.89% 0.82% -
HSV(B) 60.74º 0.32% 0.98% -
XYZ 80.41 91.38 50.94 -
YUV 240.47 87.67 134.09 -
System Red Green Blue C M Y K H S L
Decimal 249 250 169 0.00 0 0.32 0.02 60.74 0.89 0.82
Hex F9 FA A9 0 0 20 2 3D 59 52
Octal 371 372 251 0 0 40 2 75 131 122
Binary 11111001 11111010 10101001 0 0 100000 10 111101 1011001 1010010

Color Harmonies of #F9FAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FAA9

Black with #F9FAA9

Text Example


Text Example

White with #F9FAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FAA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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