#F0ADF9

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

Shades of Mauve #F0ADF9

Tints of Mauve #F0ADF9

Color information

#F0ADF9 (or 0xF0ADF9) is unknown color: approx Mauve. HEX triplet: F0, AD and F9. RGB value is (240,173,249). Sum of RGB (Red+Green+Blue) = 240+173+249=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 173 (67.97% from 255 or 26.13% from 662); Blue value is 249 (97.66% from 255 or 37.61% from 662); Max value from RGB is 249 - color contains mainly: blue. Hex color #F0ADF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ADF9 is #0F5206. Grayscale: #C9C9C9. Windows color (decimal): -1004039 or 16362992. OLE color: 16362992.

HSL color Cylindrical-coordinate representation of color #F0ADF9: hue angle of 292.89º degrees, saturation: 0.86, 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 #F0ADF9 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB240173249-
CMYK0.040.3100.02
HSL292.89º86.36%82.75%-
HSV(B)292.89º30.52%97.65%-
XYZ67.9855.2596.7-
YUV201.7154.7155.32-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.25%
GREEN value IS 173 (67.97% from 255) = 26.13%
BLUE value IS 249 (97.66% from 255) = 37.61%
R=36.25%
G=26.13%
B=37.61%

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
Decimal2401732490.040.3100.02292.8986.3682.75
HexF0ADF941F021255653
Octal36025537143702445126123
Binary1111000010101101111110011001111101010010010110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ADF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ADF9; }

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

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

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

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

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

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

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

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