Html Css Color HEX #FAF5AD Shalimar

📋 copy color: '#FAF5AD'

red 250 ◦ green 245 ◦ blue 173

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

Shades of Shalimar #FAF5AD

Tints of Shalimar #FAF5AD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.68%

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

R = 37.43%
G = 36.68%
B = 25.9%

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

#FAF5AD (or 0xFAF5AD) is known color: Shalimar. HEX triplet: FA, F5 and AD. RGB value is (250,245,173). Sum of RGB (Red+Green+Blue) = 250+245+173=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 245 (96.09% from 255 or 36.68% from 668); Blue value is 173 (67.97% from 255 or 25.90% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF5AD is #050A52. Grayscale: #EEEEEE. Windows color (decimal): -330323 or 11400698. OLE color: 11400698.

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

Color convert

RGB 250 245 173 -
CMYK 0 0.02 0.31 0.02
HSL 56.1º 0.89% 0.83% -
HSV(B) 56.1º 0.31% 0.98% -
XYZ 79.62 88.65 52.45 -
YUV 238.29 91.16 136.35 -
System Red Green Blue C M Y K H S L
Decimal 250 245 173 0 0.02 0.31 0.02 56.1 0.89 0.83
Hex FA F5 AD 0 2 1F 2 38 59 53
Octal 372 365 255 0 2 37 2 70 131 123
Binary 11111010 11110101 10101101 0 10 11111 10 111000 1011001 1010011

Color Harmonies of #FAF5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF5AD

Black with #FAF5AD

Text Example


Text Example

White with #FAF5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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