Html Css Color HEX #FAF5A9 Shalimar

📋 copy color: '#FAF5A9'

red 250 ◦ green 245 ◦ blue 169

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

Shades of Shalimar #FAF5A9

Tints of Shalimar #FAF5A9

RGB

 RED value IS 250 (98.05% from 255) = 37.65%

 GREEN value IS 245 (96.09% from 255) = 36.9%

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

R = 37.65%
G = 36.9%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAF5A9 (or 0xFAF5A9) is known color: Shalimar. HEX triplet: FA, F5 and A9. RGB value is (250,245,169). Sum of RGB (Red+Green+Blue) = 250+245+169=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 245 (96.09% from 255 or 36.90% from 664); Blue value is 169 (66.41% from 255 or 25.45% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF5A9 is #050A56. Grayscale: #EEEEEE. Windows color (decimal): -330327 or 11138554. OLE color: 11138554.

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

Color convert

RGB 250 245 169 -
CMYK 0 0.02 0.32 0.02
HSL 56.3º 0.89% 0.82% -
HSV(B) 56.3º 0.32% 0.98% -
XYZ 79.24 88.49 50.44 -
YUV 237.83 89.16 136.68 -
System Red Green Blue C M Y K H S L
Decimal 250 245 169 0 0.02 0.32 0.02 56.3 0.89 0.82
Hex FA F5 A9 0 2 20 2 38 59 52
Octal 372 365 251 0 2 40 2 70 131 122
Binary 11111010 11110101 10101001 0 10 100000 10 111000 1011001 1010010

Color Harmonies of #FAF5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF5A9

Black with #FAF5A9

Text Example


Text Example

White with #FAF5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF5A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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