Html Css Color HEX #FAF5A7 Shalimar

📋 copy color: '#FAF5A7'

red 250 ◦ green 245 ◦ blue 167

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

Shades of Shalimar #FAF5A7

Tints of Shalimar #FAF5A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 25.23%

R = 37.76%
G = 37.01%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FAF5A7 (or 0xFAF5A7) is known color: Shalimar. HEX triplet: FA, F5 and A7. RGB value is (250,245,167). Sum of RGB (Red+Green+Blue) = 250+245+167=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 245 (96.09% from 255 or 37.01% from 662); Blue value is 167 (65.62% from 255 or 25.23% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF5A7 is #050A58. Grayscale: #EDEDED. Windows color (decimal): -330329 or 11007482. OLE color: 11007482.

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

Color convert

RGB 250 245 167 -
CMYK 0 0.02 0.33 0.02
HSL 56.39º 0.89% 0.82% -
HSV(B) 56.39º 0.33% 0.98% -
XYZ 79.05 88.42 49.46 -
YUV 237.6 88.16 136.84 -
System Red Green Blue C M Y K H S L
Decimal 250 245 167 0 0.02 0.33 0.02 56.39 0.89 0.82
Hex FA F5 A7 0 2 21 2 38 59 52
Octal 372 365 247 0 2 41 2 70 131 122
Binary 11111010 11110101 10100111 0 10 100001 10 111000 1011001 1010010

Color Harmonies of #FAF5A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF5A7

Black with #FAF5A7

Text Example


Text Example

White with #FAF5A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF5A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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