#F0ADFA

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

Shades of Mauve #F0ADFA

Tints of Mauve #F0ADFA

Color information

#F0ADFA (or 0xF0ADFA) is unknown color: approx Mauve. HEX triplet: F0, AD and FA. RGB value is (240,173,250). Sum of RGB (Red+Green+Blue) = 240+173+250=663 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.20% from 663); Green value is 173 (67.97% from 255 or 26.09% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0ADFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ADFA is #0F5205. Grayscale: #C9C9C9. Windows color (decimal): -1004038 or 16428528. OLE color: 16428528.

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

Color convert

RGB240173250-
CMYK0.040.3100.02
HSL292.21º88.51%82.94%-
HSV(B)292.21º30.8%98.04%-
XYZ68.1355.3197.53-
YUV201.81155.2155.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.20%
GREEN value IS 173 (67.97% from 255) = 26.09%
BLUE value IS 250 (98.05% from 255) = 37.71%
R=36.20%
G=26.09%
B=37.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2401732500.040.3100.02292.2188.5182.94
HexF0ADFA41F021245953
Octal36025537243702444131123
Binary1111000010101101111110101001111101010010010010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ADFA; }

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

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

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

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

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

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

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

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