Html Css Color HEX #FAF2AD Shalimar

📋 copy color: '#FAF2AD'

red 250 ◦ green 242 ◦ blue 173

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

Shades of Shalimar #FAF2AD

Tints of Shalimar #FAF2AD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.39%

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

R = 37.59%
G = 36.39%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FAF2AD (or 0xFAF2AD) is known color: Shalimar. HEX triplet: FA, F2 and AD. RGB value is (250,242,173). Sum of RGB (Red+Green+Blue) = 250+242+173=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 242 (94.92% from 255 or 36.39% from 665); Blue value is 173 (67.97% from 255 or 26.02% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF2AD is #050D52. Grayscale: #ECECEC. Windows color (decimal): -331091 or 11399930. OLE color: 11399930.

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

Color convert

RGB 250 242 173 -
CMYK 0 0.03 0.31 0.02
HSL 53.77º 0.89% 0.83% -
HSV(B) 53.77º 0.31% 0.98% -
XYZ 78.72 86.85 52.15 -
YUV 236.53 92.15 137.61 -
System Red Green Blue C M Y K H S L
Decimal 250 242 173 0 0.03 0.31 0.02 53.77 0.89 0.83
Hex FA F2 AD 0 3 1F 2 36 59 53
Octal 372 362 255 0 3 37 2 66 131 123
Binary 11111010 11110010 10101101 0 11 11111 10 110110 1011001 1010011

Color Harmonies of #FAF2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF2AD

Black with #FAF2AD

Text Example


Text Example

White with #FAF2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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