Html Css Color HEX #F8AAFF Mauve

📋 copy color: '#F8AAFF'

red 248 ◦ green 170 ◦ blue 255

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

Shades of Mauve #F8AAFF

Tints of Mauve #F8AAFF

RGB

 RED value IS 248 (97.27% from 255) = 36.85%

 GREEN value IS 170 (66.8% from 255) = 25.26%

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

R = 36.85%
G = 25.26%
B = 37.89%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F8AAFF (or 0xF8AAFF) is known color: Mauve. HEX triplet: F8, AA and FF. RGB value is (248,170,255). Sum of RGB (Red+Green+Blue) = 248+170+255=673 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.85% from 673); Green value is 170 (66.80% from 255 or 25.26% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8AAFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8AAFF is #075500. Grayscale: #CACACA. Windows color (decimal): -480513 or 16755448. OLE color: 16755448.

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

Color convert

RGB 248 170 255 -
CMYK 0.03 0.33 0 0
HSL 295.06º 1% 0.83% -
HSV(B) 295.06º 0.33% 1% -
XYZ 71.14 55.93 101.65 -
YUV 203.01 157.34 160.09 -
System Red Green Blue C M Y K H S L
Decimal 248 170 255 0.03 0.33 0 0 295.06 1 0.83
Hex F8 AA FF 3 21 0 0 127 64 53
Octal 370 252 377 3 41 0 0 447 144 123
Binary 11111000 10101010 11111111 11 100001 0 0 100100111 1100100 1010011

Color Harmonies of #F8AAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AAFF

Black with #F8AAFF

Text Example


Text Example

White with #F8AAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AAFF; }

 p { color: rgb(248,170,255); }

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

background-color css

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

 a { background-color: rgb(248,170,255); }

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

border-color css

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

 span { border-color: rgb(248,170,255); }

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