Html Css Color HEX #FAFAA6 Shalimar

📋 copy color: '#FAFAA6'

red 250 ◦ green 250 ◦ blue 166

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

Shades of Shalimar #FAFAA6

Tints of Shalimar #FAFAA6

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.54%

 BLUE value IS 166 (65.23% from 255) = 24.92%

R = 37.54%
G = 37.54%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FAFAA6 (or 0xFAFAA6) is known color: Shalimar. HEX triplet: FA, FA and A6. RGB value is (250,250,166). Sum of RGB (Red+Green+Blue) = 250+250+166=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 166 (65.23% from 255 or 24.92% from 666); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFAA6 is #050559. Grayscale: #F0F0F0. Windows color (decimal): -329050 or 10943226. OLE color: 10943226.

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

Color convert

RGB 250 250 166 -
CMYK 0 0 0.34 0.02
HSL 60º 0.89% 0.82% -
HSV(B) 60º 0.34% 0.98% -
XYZ 80.49 91.45 49.49 -
YUV 240.42 86 134.83 -
System Red Green Blue C M Y K H S L
Decimal 250 250 166 0 0 0.34 0.02 60 0.89 0.82
Hex FA FA A6 0 0 22 2 3C 59 52
Octal 372 372 246 0 0 42 2 74 131 122
Binary 11111010 11111010 10100110 0 0 100010 10 111100 1011001 1010010

Color Harmonies of #FAFAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFAA6

Black with #FAFAA6

Text Example


Text Example

White with #FAFAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFAA6; }

 p { color: rgb(250,250,166); }

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

background-color css

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

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

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

border-color css

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

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

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