#F0ADFE

Color #F0ADFE Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #F0ADFE

Tints of Mauve #F0ADFE

Color information

#F0ADFE (or 0xF0ADFE) is unknown color: approx Mauve. HEX triplet: F0, AD and FE. RGB value is (240,173,254). Sum of RGB (Red+Green+Blue) = 240+173+254=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 173 (67.97% from 255 or 25.94% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0ADFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ADFE is #0F5201. Grayscale: #CACACA. Windows color (decimal): -1004034 or 16690672. OLE color: 16690672.

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

Color convert

RGB240173254-
CMYK0.060.3200.00
HSL289.63º97.59%83.73%-
HSV(B)289.63º31.89%99.61%-
XYZ68.7755.57100.87-
YUV202.27157.2154.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.98%
GREEN value IS 173 (67.97% from 255) = 25.94%
BLUE value IS 254 (99.61% from 255) = 38.08%
R=35.98%
G=25.94%
B=38.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2401732540.060.3200.00289.6397.5983.73
HexF0ADFE620001226254
Octal36025537664000442142124
Binary1111000010101101111111101101000000010010001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ADFE; }

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

 H1.HeaderClassName
 {
   color: #F0ADFE;
 }
 .AnyTagClassName
 {
   color: #F0ADFE;
 }
</style>
background-color css

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

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

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

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

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

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