Html Css Color HEX #F0AAFA Mauve

📋 copy color: '#F0AAFA'

red 240 ◦ green 170 ◦ blue 250

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

Shades of Mauve #F0AAFA

Tints of Mauve #F0AAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.88%

R = 36.36%
G = 25.76%
B = 37.88%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F0AAFA (or 0xF0AAFA) is known color: Mauve. HEX triplet: F0, AA and FA. RGB value is (240,170,250). Sum of RGB (Red+Green+Blue) = 240+170+250=660 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.36% from 660); Green value is 170 (66.80% from 255 or 25.76% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0AAFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AAFA is #0F5505. Grayscale: #C7C7C7. Windows color (decimal): -1004806 or 16427760. OLE color: 16427760.

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

Color convert

RGB 240 170 250 -
CMYK 0.04 0.32 0 0.02
HSL 292.5º 0.89% 0.82% -
HSV(B) 292.5º 0.32% 0.98% -
XYZ 67.57 54.18 97.34 -
YUV 200.05 156.19 156.5 -
System Red Green Blue C M Y K H S L
Decimal 240 170 250 0.04 0.32 0 0.02 292.5 0.89 0.82
Hex F0 AA FA 4 20 0 2 124 59 52
Octal 360 252 372 4 40 0 2 444 131 122
Binary 11110000 10101010 11111010 100 100000 0 10 100100100 1011001 1010010

Color Harmonies of #F0AAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AAFA

Black with #F0AAFA

Text Example


Text Example

White with #F0AAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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