Html Css Color HEX #FFF9AA Shalimar

📋 copy color: '#FFF9AA'

red 255 ◦ green 249 ◦ blue 170

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

Shades of Shalimar #FFF9AA

Tints of Shalimar #FFF9AA

RGB

 RED value IS 255 (100% from 255) = 37.83%

 GREEN value IS 249 (97.66% from 255) = 36.94%

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

R = 37.83%
G = 36.94%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFF9AA (or 0xFFF9AA) is known color: Shalimar. HEX triplet: FF, F9 and AA. RGB value is (255,249,170). Sum of RGB (Red+Green+Blue) = 255+249+170=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 249 (97.66% from 255 or 36.94% from 674); Blue value is 170 (66.80% from 255 or 25.22% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF9AA is #000655. Grayscale: #F2F2F2. Windows color (decimal): -1622 or 11205119. OLE color: 11205119.

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

Color convert

RGB 255 249 170 -
CMYK 0 0.02 0.33 0
HSL 55.76º 1% 0.83% -
HSV(B) 55.76º 0.33% 1% -
XYZ 82.37 91.91 51.43 -
YUV 241.79 87.49 137.42 -
System Red Green Blue C M Y K H S L
Decimal 255 249 170 0 0.02 0.33 0 55.76 1 0.83
Hex FF F9 AA 0 2 21 0 38 64 53
Octal 377 371 252 0 2 41 0 70 144 123
Binary 11111111 11111001 10101010 0 10 100001 0 111000 1100100 1010011

Color Harmonies of #FFF9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF9AA

Black with #FFF9AA

Text Example


Text Example

White with #FFF9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF9AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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