Html Css Color HEX #FAF6AD Shalimar

📋 copy color: '#FAF6AD'

red 250 ◦ green 246 ◦ blue 173

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

Shades of Shalimar #FAF6AD

Tints of Shalimar #FAF6AD

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.77%

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

R = 37.37%
G = 36.77%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FAF6AD (or 0xFAF6AD) is known color: Shalimar. HEX triplet: FA, F6 and AD. RGB value is (250,246,173). Sum of RGB (Red+Green+Blue) = 250+246+173=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 246 (96.48% from 255 or 36.77% from 669); Blue value is 173 (67.97% from 255 or 25.86% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF6AD is #050952. Grayscale: #EFEFEF. Windows color (decimal): -330067 or 11400954. OLE color: 11400954.

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

Color convert

RGB 250 246 173 -
CMYK 0 0.02 0.31 0.02
HSL 56.88º 0.89% 0.83% -
HSV(B) 56.88º 0.31% 0.98% -
XYZ 79.92 89.25 52.55 -
YUV 238.87 90.83 135.94 -
System Red Green Blue C M Y K H S L
Decimal 250 246 173 0 0.02 0.31 0.02 56.88 0.89 0.83
Hex FA F6 AD 0 2 1F 2 39 59 53
Octal 372 366 255 0 2 37 2 71 131 123
Binary 11111010 11110110 10101101 0 10 11111 10 111001 1011001 1010011

Color Harmonies of #FAF6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF6AD

Black with #FAF6AD

Text Example


Text Example

White with #FAF6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF6AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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