Html Css Color HEX #FFFAA9 Shalimar

📋 copy color: '#FFFAA9'

red 255 ◦ green 250 ◦ blue 169

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

Shades of Shalimar #FFFAA9

Tints of Shalimar #FFFAA9

RGB

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

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

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

R = 37.83%
G = 37.09%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#FFFAA9 (or 0xFFFAA9) is known color: Shalimar. HEX triplet: FF, FA and A9. RGB value is (255,250,169). Sum of RGB (Red+Green+Blue) = 255+250+169=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 169 (66.41% from 255 or 25.07% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFAA9 is #000556. Grayscale: #F2F2F2. Windows color (decimal): -1367 or 11139839. OLE color: 11139839.

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

Color convert

RGB 255 250 169 -
CMYK 0 0.02 0.34 0
HSL 56.51º 1% 0.83% -
HSV(B) 56.51º 0.34% 1% -
XYZ 82.59 92.5 51.04 -
YUV 242.26 86.66 137.09 -
System Red Green Blue C M Y K H S L
Decimal 255 250 169 0 0.02 0.34 0 56.51 1 0.83
Hex FF FA A9 0 2 22 0 39 64 53
Octal 377 372 251 0 2 42 0 71 144 123
Binary 11111111 11111010 10101001 0 10 100010 0 111001 1100100 1010011

Color Harmonies of #FFFAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFAA9

Black with #FFFAA9

Text Example


Text Example

White with #FFFAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFAA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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