Html Css Color HEX #FAF5A5 Shalimar

📋 copy color: '#FAF5A5'

red 250 ◦ green 245 ◦ blue 165

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

Shades of Shalimar #FAF5A5

Tints of Shalimar #FAF5A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 25%

R = 37.88%
G = 37.12%
B = 25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FAF5A5 (or 0xFAF5A5) is known color: Shalimar. HEX triplet: FA, F5 and A5. RGB value is (250,245,165). Sum of RGB (Red+Green+Blue) = 250+245+165=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 245 (96.09% from 255 or 37.12% from 660); Blue value is 165 (64.84% from 255 or 25% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF5A5 is #050A5A. Grayscale: #EDEDED. Windows color (decimal): -330331 or 10876410. OLE color: 10876410.

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

Color convert

RGB 250 245 165 -
CMYK 0 0.02 0.34 0.02
HSL 56.47º 0.89% 0.81% -
HSV(B) 56.47º 0.34% 0.98% -
XYZ 78.87 88.35 48.49 -
YUV 237.38 87.16 137 -
System Red Green Blue C M Y K H S L
Decimal 250 245 165 0 0.02 0.34 0.02 56.47 0.89 0.81
Hex FA F5 A5 0 2 22 2 38 59 51
Octal 372 365 245 0 2 42 2 70 131 121
Binary 11111010 11110101 10100101 0 10 100010 10 111000 1011001 1010001

Color Harmonies of #FAF5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF5A5

Black with #FAF5A5

Text Example


Text Example

White with #FAF5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF5A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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