#F0B3FC

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

Shades of Mauve #F0B3FC

Tints of Mauve #F0B3FC

Color information

#F0B3FC (or 0xF0B3FC) is unknown color: approx Mauve. HEX triplet: F0, B3 and FC. RGB value is (240,179,252). Sum of RGB (Red+Green+Blue) = 240+179+252=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 179 (70.31% from 255 or 26.68% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0B3FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B3FC is #0F4C03. Grayscale: #CDCDCD. Windows color (decimal): -1002500 or 16561136. OLE color: 16561136.

HSL color Cylindrical-coordinate representation of color #F0B3FC: hue angle of 290.14º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0B3FC is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB240179252-
CMYK0.050.2900.01
HSL290.14º92.41%84.51%-
HSV(B)290.14º28.97%98.82%-
XYZ69.6357.7999.58-
YUV205.56154.21152.56-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.77%
GREEN value IS 179 (70.31% from 255) = 26.68%
BLUE value IS 252 (98.83% from 255) = 37.56%
R=35.77%
G=26.68%
B=37.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2401792520.050.2900.01290.1492.4184.51
HexF0B3FC51D011225c55
Octal36026337453501442134125
Binary111100001011001111111100101111010110010001010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B3FC; }

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

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

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

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

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

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

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

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