Html Css Color HEX #F0AAF8 Mauve

📋 copy color: '#F0AAF8'

red 240 ◦ green 170 ◦ blue 248

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

Shades of Mauve #F0AAF8

Tints of Mauve #F0AAF8

RGB

 RED value IS 240 (94.14% from 255) = 36.47%

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

 BLUE value IS 248 (97.27% from 255) = 37.69%

R = 36.47%
G = 25.84%
B = 37.69%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F0AAF8 (or 0xF0AAF8) is known color: Mauve. HEX triplet: F0, AA and F8. RGB value is (240,170,248). Sum of RGB (Red+Green+Blue) = 240+170+248=658 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.47% from 658); Green value is 170 (66.80% from 255 or 25.84% from 658); Blue value is 248 (97.27% from 255 or 37.69% from 658); Max value from RGB is 248 - color contains mainly: blue. Hex color #F0AAF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AAF8 is #0F5507. Grayscale: #C7C7C7. Windows color (decimal): -1004808 or 16296688. OLE color: 16296688.

HSL color Cylindrical-coordinate representation of color #F0AAF8: hue angle of 293.85º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0AAF8 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 240 170 248 -
CMYK 0.03 0.31 0 0.03
HSL 293.85º 0.85% 0.82% -
HSV(B) 293.85º 0.31% 0.97% -
XYZ 67.25 54.05 95.7 -
YUV 199.82 155.19 156.66 -
System Red Green Blue C M Y K H S L
Decimal 240 170 248 0.03 0.31 0 0.03 293.85 0.85 0.82
Hex F0 AA F8 3 1F 0 3 126 55 52
Octal 360 252 370 3 37 0 3 446 125 122
Binary 11110000 10101010 11111000 11 11111 0 11 100100110 1010101 1010010

Color Harmonies of #F0AAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AAF8

Black with #F0AAF8

Text Example


Text Example

White with #F0AAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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