Html Css Color HEX #FAF1AD Shalimar

📋 copy color: '#FAF1AD'

red 250 ◦ green 241 ◦ blue 173

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

Shades of Shalimar #FAF1AD

Tints of Shalimar #FAF1AD

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.3%

 BLUE value IS 173 (67.97% from 255) = 26.05%

R = 37.65%
G = 36.3%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FAF1AD (or 0xFAF1AD) is known color: Shalimar. HEX triplet: FA, F1 and AD. RGB value is (250,241,173). Sum of RGB (Red+Green+Blue) = 250+241+173=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 241 (94.53% from 255 or 36.30% from 664); Blue value is 173 (67.97% from 255 or 26.05% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF1AD is #050E52. Grayscale: #ECECEC. Windows color (decimal): -331347 or 11399674. OLE color: 11399674.

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

Color convert

RGB 250 241 173 -
CMYK 0 0.04 0.31 0.02
HSL 52.99º 0.89% 0.83% -
HSV(B) 52.99º 0.31% 0.98% -
XYZ 78.42 86.25 52.05 -
YUV 235.94 92.48 138.03 -
System Red Green Blue C M Y K H S L
Decimal 250 241 173 0 0.04 0.31 0.02 52.99 0.89 0.83
Hex FA F1 AD 0 4 1F 2 35 59 53
Octal 372 361 255 0 4 37 2 65 131 123
Binary 11111010 11110001 10101101 0 100 11111 10 110101 1011001 1010011

Color Harmonies of #FAF1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF1AD

Black with #FAF1AD

Text Example


Text Example

White with #FAF1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF1AD; }

 p { color: rgb(250,241,173); }

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

background-color css

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

 a { background-color: rgb(250,241,173); }

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

border-color css

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

 span { border-color: rgb(250,241,173); }

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