Html Css Color HEX #FAA0A9 Mauvelous

📋 copy color: '#FAA0A9'

red 250 ◦ green 160 ◦ blue 169

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

Shades of Mauvelous #FAA0A9

Tints of Mauvelous #FAA0A9

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.63%

 BLUE value IS 169 (66.41% from 255) = 29.19%

R = 43.18%
G = 27.63%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAA0A9 (or 0xFAA0A9) is known color: Mauvelous. HEX triplet: FA, A0 and A9. RGB value is (250,160,169). Sum of RGB (Red+Green+Blue) = 250+160+169=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 160 (62.89% from 255 or 27.63% from 579); Blue value is 169 (66.41% from 255 or 29.19% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA0A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA0A9 is #055F56. Grayscale: #BBBBBB. Windows color (decimal): -352087 or 11116794. OLE color: 11116794.

HSL color Cylindrical-coordinate representation of color #FAA0A9: hue angle of 354º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAA0A9 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 160 169 -
CMYK 0 0.36 0.32 0.02
HSL 354º 0.9% 0.8% -
HSV(B) 354º 0.36% 0.98% -
XYZ 59.16 48.33 43.75 -
YUV 187.94 117.32 172.27 -
System Red Green Blue C M Y K H S L
Decimal 250 160 169 0 0.36 0.32 0.02 354 0.9 0.8
Hex FA A0 A9 0 24 20 2 162 5A 50
Octal 372 240 251 0 44 40 2 542 132 120
Binary 11111010 10100000 10101001 0 100100 100000 10 101100010 1011010 1010000

Color Harmonies of #FAA0A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA0A9

Black with #FAA0A9

Text Example


Text Example

White with #FAA0A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA0A9; }

 p { color: rgb(250,160,169); }

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

background-color css

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

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

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

border-color css

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

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

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