#F0B3FF

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

Shades of Mauve #F0B3FF

Tints of Mauve #F0B3FF

Color information

#F0B3FF (or 0xF0B3FF) is unknown color: approx Mauve. HEX triplet: F0, B3 and FF. RGB value is (240,179,255). Sum of RGB (Red+Green+Blue) = 240+179+255=674 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.61% from 674); Green value is 179 (70.31% from 255 or 26.56% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0B3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B3FF is #0F4C00. Grayscale: #CDCDCD. Windows color (decimal): -1002497 or 16757744. OLE color: 16757744.

HSL color Cylindrical-coordinate representation of color #F0B3FF: hue angle of 288.16º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0B3FF is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB240179255-
CMYK0.060.3000
HSL288.16º100%85.1%-
HSV(B)288.16º29.8%100%-
XYZ70.1157.99102.11-
YUV205.9155.71152.32-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.61%
GREEN value IS 179 (70.31% from 255) = 26.56%
BLUE value IS 255 (100% from 255) = 37.83%
R=35.61%
G=26.56%
B=37.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2401792550.060.3000288.1610085.1
HexF0B3FF61E001206455
Octal36026337763600440144125
Binary111100001011001111111111110111100010010000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B3FF; }

 p { color: rgb(240,179,255); }

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

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

 a { background-color: rgb(240,179,255); }

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

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

 span { border-color: rgb(240,179,255); }

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