Html Css Color HEX #F0AEF5 Mauve

📋 copy color: '#F0AEF5'

red 240 ◦ green 174 ◦ blue 245

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

Shades of Mauve #F0AEF5

Tints of Mauve #F0AEF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 37.18%

R = 36.42%
G = 26.4%
B = 37.18%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F0AEF5 (or 0xF0AEF5) is known color: Mauve. HEX triplet: F0, AE and F5. RGB value is (240,174,245). Sum of RGB (Red+Green+Blue) = 240+174+245=659 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.42% from 659); Green value is 174 (68.36% from 255 or 26.40% from 659); Blue value is 245 (96.09% from 255 or 37.18% from 659); Max value from RGB is 245 - color contains mainly: blue. Hex color #F0AEF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AEF5 is #0F510A. Grayscale: #C9C9C9. Windows color (decimal): -1003787 or 16101104. OLE color: 16101104.

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

Color convert

RGB 240 174 245 -
CMYK 0.02 0.29 0 0.04
HSL 295.77º 0.78% 0.82% -
HSV(B) 295.77º 0.29% 0.96% -
XYZ 67.55 55.39 93.52 -
YUV 201.83 152.37 155.23 -
System Red Green Blue C M Y K H S L
Decimal 240 174 245 0.02 0.29 0 0.04 295.77 0.78 0.82
Hex F0 AE F5 2 1D 0 4 128 4E 52
Octal 360 256 365 2 35 0 4 450 116 122
Binary 11110000 10101110 11110101 10 11101 0 100 100101000 1001110 1010010

Color Harmonies of #F0AEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AEF5

Black with #F0AEF5

Text Example


Text Example

White with #F0AEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AEF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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