Html Css Color HEX #FAF2A5 Shalimar

📋 copy color: '#FAF2A5'

red 250 ◦ green 242 ◦ blue 165

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

Shades of Shalimar #FAF2A5

Tints of Shalimar #FAF2A5

RGB

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

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

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

R = 38.05%
G = 36.83%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FAF2A5 (or 0xFAF2A5) is known color: Shalimar. HEX triplet: FA, F2 and A5. RGB value is (250,242,165). Sum of RGB (Red+Green+Blue) = 250+242+165=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 242 (94.92% from 255 or 36.83% from 657); Blue value is 165 (64.84% from 255 or 25.11% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF2A5 is #050D5A. Grayscale: #EBEBEB. Windows color (decimal): -331099 or 10875642. OLE color: 10875642.

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

Color convert

RGB 250 242 165 -
CMYK 0 0.03 0.34 0.02
HSL 54.35º 0.89% 0.81% -
HSV(B) 54.35º 0.34% 0.98% -
XYZ 77.97 86.54 48.19 -
YUV 235.61 88.15 138.26 -
System Red Green Blue C M Y K H S L
Decimal 250 242 165 0 0.03 0.34 0.02 54.35 0.89 0.81
Hex FA F2 A5 0 3 22 2 36 59 51
Octal 372 362 245 0 3 42 2 66 131 121
Binary 11111010 11110010 10100101 0 11 100010 10 110110 1011001 1010001

Color Harmonies of #FAF2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF2A5

Black with #FAF2A5

Text Example


Text Example

White with #FAF2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF2A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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