#F0B5FA

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

Shades of Mauve #F0B5FA

Tints of Mauve #F0B5FA

Color information

#F0B5FA (or 0xF0B5FA) is unknown color: approx Mauve. HEX triplet: F0, B5 and FA. RGB value is (240,181,250). Sum of RGB (Red+Green+Blue) = 240+181+250=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 181 (71.09% from 255 or 26.97% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0B5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B5FA is #0F4A05. Grayscale: #CECECE. Windows color (decimal): -1001990 or 16430576. OLE color: 16430576.

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

Color convert

RGB240181250-
CMYK0.040.2800.02
HSL291.3º87.34%84.51%-
HSV(B)291.3º27.6%98.04%-
XYZ69.7158.4898.05-
YUV206.51152.55151.89-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.77%
GREEN value IS 181 (71.09% from 255) = 26.97%
BLUE value IS 250 (98.05% from 255) = 37.26%
R=35.77%
G=26.97%
B=37.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2401812500.040.2800.02291.387.3484.51
HexF0B5FA41C021235755
Octal36026537243402443127125
Binary1111000010110101111110101001110001010010001110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B5FA; }

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

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

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

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

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

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

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

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