#F0BBFB

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

Shades of Mauve #F0BBFB

Tints of Mauve #F0BBFB

Color information

#F0BBFB (or 0xF0BBFB) is unknown color: approx Mauve. HEX triplet: F0, BB and FB. RGB value is (240,187,251). Sum of RGB (Red+Green+Blue) = 240+187+251=678 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.40% from 678); Green value is 187 (73.44% from 255 or 27.58% from 678); Blue value is 251 (98.44% from 255 or 37.02% from 678); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0BBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BBFB is #0F4404. Grayscale: #D1D1D1. Windows color (decimal): -1000453 or 16497648. OLE color: 16497648.

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

Color convert

RGB240187251-
CMYK0.040.2500.02
HSL289.69º88.89%85.88%-
HSV(B)289.69º25.5%98.43%-
XYZ71.1261.0399.3-
YUV210.14151.06149.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.40%
GREEN value IS 187 (73.44% from 255) = 27.58%
BLUE value IS 251 (98.44% from 255) = 37.02%
R=35.40%
G=27.58%
B=37.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2401872510.040.2500.02289.6988.8985.88
HexF0BBFB419021225956
Octal36027337343102442131126
Binary1111000010111011111110111001100101010010001010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BBFB; }

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

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

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

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

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

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

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

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