Html Css Color HEX #F0AAFE Mauve

📋 copy color: '#F0AAFE'

red 240 ◦ green 170 ◦ blue 254

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

Shades of Mauve #F0AAFE

Tints of Mauve #F0AAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.25%

R = 36.14%
G = 25.6%
B = 38.25%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F0AAFE (or 0xF0AAFE) is known color: Mauve. HEX triplet: F0, AA and FE. RGB value is (240,170,254). Sum of RGB (Red+Green+Blue) = 240+170+254=664 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.14% from 664); Green value is 170 (66.80% from 255 or 25.60% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0AAFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AAFE is #0F5501. Grayscale: #C8C8C8. Windows color (decimal): -1004802 or 16689904. OLE color: 16689904.

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

Color convert

RGB 240 170 254 -
CMYK 0.06 0.33 0 0.00
HSL 290º 0.98% 0.83% -
HSV(B) 290º 0.33% 1% -
XYZ 68.2 54.43 100.68 -
YUV 200.51 158.19 156.17 -
System Red Green Blue C M Y K H S L
Decimal 240 170 254 0.06 0.33 0 0.00 290 0.98 0.83
Hex F0 AA FE 6 21 0 0 122 62 53
Octal 360 252 376 6 41 0 0 442 142 123
Binary 11110000 10101010 11111110 110 100001 0 0 100100010 1100010 1010011

Color Harmonies of #F0AAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AAFE

Black with #F0AAFE

Text Example


Text Example

White with #F0AAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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