Html Css Color HEX #F0AEFD Mauve

📋 copy color: '#F0AEFD'

red 240 ◦ green 174 ◦ blue 253

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

Shades of Mauve #F0AEFD

Tints of Mauve #F0AEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.93%

R = 35.98%
G = 26.09%
B = 37.93%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F0AEFD (or 0xF0AEFD) is known color: Mauve. HEX triplet: F0, AE and FD. RGB value is (240,174,253). Sum of RGB (Red+Green+Blue) = 240+174+253=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 174 (68.36% from 255 or 26.09% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0AEFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AEFD is #0F5102. Grayscale: #CACACA. Windows color (decimal): -1003779 or 16625392. OLE color: 16625392.

HSL color Cylindrical-coordinate representation of color #F0AEFD: hue angle of 290.13º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0AEFD is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 174 253 -
CMYK 0.05 0.31 0 0.01
HSL 290.13º 0.95% 0.84% -
HSV(B) 290.13º 0.31% 0.99% -
XYZ 68.8 55.89 100.09 -
YUV 202.74 156.37 154.58 -
System Red Green Blue C M Y K H S L
Decimal 240 174 253 0.05 0.31 0 0.01 290.13 0.95 0.84
Hex F0 AE FD 5 1F 0 1 122 5F 54
Octal 360 256 375 5 37 0 1 442 137 124
Binary 11110000 10101110 11111101 101 11111 0 1 100100010 1011111 1010100

Color Harmonies of #F0AEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AEFD

Black with #F0AEFD

Text Example


Text Example

White with #F0AEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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