Html Css Color HEX #FAA7FF Mauve

📋 copy color: '#FAA7FF'

red 250 ◦ green 167 ◦ blue 255

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

Shades of Mauve #FAA7FF

Tints of Mauve #FAA7FF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 24.85%

 BLUE value IS 255 (100% from 255) = 37.95%

R = 37.2%
G = 24.85%
B = 37.95%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FAA7FF (or 0xFAA7FF) is known color: Mauve. HEX triplet: FA, A7 and FF. RGB value is (250,167,255). Sum of RGB (Red+Green+Blue) = 250+167+255=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 167 (65.62% from 255 or 24.85% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAA7FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA7FF is #055800. Grayscale: #C9C9C9. Windows color (decimal): -350209 or 16754682. OLE color: 16754682.

HSL color Cylindrical-coordinate representation of color #FAA7FF: hue angle of 296.59º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAA7FF is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 250 167 255 -
CMYK 0.02 0.35 0 0
HSL 296.59º 1% 0.83% -
HSV(B) 296.59º 0.35% 1% -
XYZ 71.29 55.18 101.5 -
YUV 201.85 158 162.34 -
System Red Green Blue C M Y K H S L
Decimal 250 167 255 0.02 0.35 0 0 296.59 1 0.83
Hex FA A7 FF 2 23 0 0 129 64 53
Octal 372 247 377 2 43 0 0 451 144 123
Binary 11111010 10100111 11111111 10 100011 0 0 100101001 1100100 1010011

Color Harmonies of #FAA7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA7FF

Black with #FAA7FF

Text Example


Text Example

White with #FAA7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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