Html Css Color HEX #FAF0A8 Shalimar

📋 copy color: '#FAF0A8'

red 250 ◦ green 240 ◦ blue 168

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

Shades of Shalimar #FAF0A8

Tints of Shalimar #FAF0A8

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.47%

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

R = 37.99%
G = 36.47%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FAF0A8 (or 0xFAF0A8) is known color: Shalimar. HEX triplet: FA, F0 and A8. RGB value is (250,240,168). Sum of RGB (Red+Green+Blue) = 250+240+168=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 240 (94.14% from 255 or 36.47% from 658); Blue value is 168 (66.02% from 255 or 25.53% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF0A8 is #050F57. Grayscale: #EBEBEB. Windows color (decimal): -331608 or 11071738. OLE color: 11071738.

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

Color convert

RGB 250 240 168 -
CMYK 0 0.04 0.33 0.02
HSL 52.68º 0.89% 0.82% -
HSV(B) 52.68º 0.33% 0.98% -
XYZ 77.65 85.47 49.45 -
YUV 234.78 90.31 138.85 -
System Red Green Blue C M Y K H S L
Decimal 250 240 168 0 0.04 0.33 0.02 52.68 0.89 0.82
Hex FA F0 A8 0 4 21 2 35 59 52
Octal 372 360 250 0 4 41 2 65 131 122
Binary 11111010 11110000 10101000 0 100 100001 10 110101 1011001 1010010

Color Harmonies of #FAF0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF0A8

Black with #FAF0A8

Text Example


Text Example

White with #FAF0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF0A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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