#F0ADFB

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

Shades of Mauve #F0ADFB

Tints of Mauve #F0ADFB

Color information

#F0ADFB (or 0xF0ADFB) is unknown color: approx Mauve. HEX triplet: F0, AD and FB. RGB value is (240,173,251). Sum of RGB (Red+Green+Blue) = 240+173+251=664 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.14% from 664); Green value is 173 (67.97% from 255 or 26.05% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0ADFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ADFB is #0F5204. Grayscale: #C9C9C9. Windows color (decimal): -1004037 or 16494064. OLE color: 16494064.

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

Color convert

RGB240173251-
CMYK0.040.3100.02
HSL291.54º90.7%83.14%-
HSV(B)291.54º31.08%98.43%-
XYZ68.2955.3898.36-
YUV201.92155.7155.16-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.14%
GREEN value IS 173 (67.97% from 255) = 26.05%
BLUE value IS 251 (98.44% from 255) = 37.80%
R=36.14%
G=26.05%
B=37.80%

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
Decimal2401732510.040.3100.02291.5490.783.14
HexF0ADFB41F021245b53
Octal36025537343702444133123
Binary1111000010101101111110111001111101010010010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ADFB; }

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

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

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

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

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

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

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

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