Html Css Color HEX #FAF9A8 Shalimar

📋 copy color: '#FAF9A8'

red 250 ◦ green 249 ◦ blue 168

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

Shades of Shalimar #FAF9A8

Tints of Shalimar #FAF9A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 25.19%

R = 37.48%
G = 37.33%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FAF9A8 (or 0xFAF9A8) is known color: Shalimar. HEX triplet: FA, F9 and A8. RGB value is (250,249,168). Sum of RGB (Red+Green+Blue) = 250+249+168=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 249 (97.66% from 255 or 37.33% from 667); Blue value is 168 (66.02% from 255 or 25.19% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF9A8 is #050657. Grayscale: #F0F0F0. Windows color (decimal): -329304 or 11074042. OLE color: 11074042.

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

Color convert

RGB 250 249 168 -
CMYK 0 0.00 0.33 0.02
HSL 59.27º 0.89% 0.82% -
HSV(B) 59.27º 0.33% 0.98% -
XYZ 80.37 90.9 50.36 -
YUV 240.07 87.33 135.09 -
System Red Green Blue C M Y K H S L
Decimal 250 249 168 0 0.00 0.33 0.02 59.27 0.89 0.82
Hex FA F9 A8 0 0 21 2 3B 59 52
Octal 372 371 250 0 0 41 2 73 131 122
Binary 11111010 11111001 10101000 0 0 100001 10 111011 1011001 1010010

Color Harmonies of #FAF9A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF9A8

Black with #FAF9A8

Text Example


Text Example

White with #FAF9A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF9A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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