Html Css Color HEX #F0AEF9 Mauve

📋 copy color: '#F0AEF9'

red 240 ◦ green 174 ◦ blue 249

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

Shades of Mauve #F0AEF9

Tints of Mauve #F0AEF9

RGB

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

 GREEN value IS 174 (68.36% from 255) = 26.24%

 BLUE value IS 249 (97.66% from 255) = 37.56%

R = 36.2%
G = 26.24%
B = 37.56%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F0AEF9 (or 0xF0AEF9) is known color: Mauve. HEX triplet: F0, AE and F9. RGB value is (240,174,249). Sum of RGB (Red+Green+Blue) = 240+174+249=663 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.20% from 663); Green value is 174 (68.36% from 255 or 26.24% from 663); Blue value is 249 (97.66% from 255 or 37.56% from 663); Max value from RGB is 249 - color contains mainly: blue. Hex color #F0AEF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AEF9 is #0F5106. Grayscale: #CACACA. Windows color (decimal): -1003783 or 16363248. OLE color: 16363248.

HSL color Cylindrical-coordinate representation of color #F0AEF9: hue angle of 292.8º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0AEF9 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 174 249 -
CMYK 0.04 0.30 0 0.02
HSL 292.8º 0.86% 0.83% -
HSV(B) 292.8º 0.3% 0.98% -
XYZ 68.17 55.64 96.77 -
YUV 202.28 154.37 154.9 -
System Red Green Blue C M Y K H S L
Decimal 240 174 249 0.04 0.30 0 0.02 292.8 0.86 0.83
Hex F0 AE F9 4 1E 0 2 125 56 53
Octal 360 256 371 4 36 0 2 445 126 123
Binary 11110000 10101110 11111001 100 11110 0 10 100100101 1010110 1010011

Color Harmonies of #F0AEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AEF9

Black with #F0AEF9

Text Example


Text Example

White with #F0AEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AEF9; }

 p { color: rgb(240,174,249); }

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

background-color css

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

 a { background-color: rgb(240,174,249); }

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

border-color css

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

 span { border-color: rgb(240,174,249); }

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