#F0B7FC

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

Shades of Mauve #F0B7FC

Tints of Mauve #F0B7FC

Color information

#F0B7FC (or 0xF0B7FC) is unknown color: approx Mauve. HEX triplet: F0, B7 and FC. RGB value is (240,183,252). Sum of RGB (Red+Green+Blue) = 240+183+252=675 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.56% from 675); Green value is 183 (71.88% from 255 or 27.11% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0B7FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B7FC is #0F4803. Grayscale: #CFCFCF. Windows color (decimal): -1001476 or 16562160. OLE color: 16562160.

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

Color convert

RGB240183252-
CMYK0.050.2700.01
HSL289.57º92%85.29%-
HSV(B)289.57º27.38%98.82%-
XYZ70.4459.4299.85-
YUV207.91152.88150.89-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.56%
GREEN value IS 183 (71.88% from 255) = 27.11%
BLUE value IS 252 (98.83% from 255) = 37.33%
R=35.56%
G=27.11%
B=37.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2401832520.050.2700.01289.579285.29
HexF0B7FC51B011225c55
Octal36026737453301442134125
Binary111100001011011111111100101110110110010001010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B7FC; }

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

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

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

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

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

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

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

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