#F0BFFB

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

Shades of Mauve #F0BFFB

Tints of Mauve #F0BFFB

Color information

#F0BFFB (or 0xF0BFFB) is unknown color: approx Mauve. HEX triplet: F0, BF and FB. RGB value is (240,191,251). Sum of RGB (Red+Green+Blue) = 240+191+251=682 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.19% from 682); Green value is 191 (75% from 255 or 28.01% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0BFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BFFB is #0F4004. Grayscale: #D4D4D4. Windows color (decimal): -999429 or 16498672. OLE color: 16498672.

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

Color convert

RGB240191251-
CMYK0.040.2400.02
HSL289º88.24%86.67%-
HSV(B)289º23.9%98.43%-
XYZ71.9862.7599.59-
YUV212.49149.73147.62-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.19%
GREEN value IS 191 (75% from 255) = 28.01%
BLUE value IS 251 (98.44% from 255) = 36.80%
R=35.19%
G=28.01%
B=36.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2401912510.040.2400.0228988.2486.67
HexF0BFFB418021215857
Octal36027737343002441130127
Binary1111000010111111111110111001100001010010000110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BFFB; }

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

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

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

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

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

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

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

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