Html Css Color HEX #FAF9A9 Shalimar

📋 copy color: '#FAF9A9'

red 250 ◦ green 249 ◦ blue 169

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

Shades of Shalimar #FAF9A9

Tints of Shalimar #FAF9A9

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

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

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

Color convert

RGB 250 249 169 -
CMYK 0 0.00 0.32 0.02
HSL 59.26º 0.89% 0.82% -
HSV(B) 59.26º 0.32% 0.98% -
XYZ 80.46 90.94 50.85 -
YUV 240.18 87.83 135 -
System Red Green Blue C M Y K H S L
Decimal 250 249 169 0 0.00 0.32 0.02 59.26 0.89 0.82
Hex FA F9 A9 0 0 20 2 3B 59 52
Octal 372 371 251 0 0 40 2 73 131 122
Binary 11111010 11111001 10101001 0 0 100000 10 111011 1011001 1010010

Color Harmonies of #FAF9A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF9A9

Black with #FAF9A9

Text Example


Text Example

White with #FAF9A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF9A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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