#F0BBFF

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

Shades of Mauve #F0BBFF

Tints of Mauve #F0BBFF

Color information

#F0BBFF (or 0xF0BBFF) is unknown color: approx Mauve. HEX triplet: F0, BB and FF. RGB value is (240,187,255). Sum of RGB (Red+Green+Blue) = 240+187+255=682 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.19% from 682); Green value is 187 (73.44% from 255 or 27.42% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0BBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BBFF is #0F4400. Grayscale: #D2D2D2. Windows color (decimal): -1000449 or 16759792. OLE color: 16759792.

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

Color convert

RGB240187255-
CMYK0.060.2700
HSL286.76º100%86.67%-
HSV(B)286.76º26.67%100%-
XYZ71.7661.29102.66-
YUV210.6153.06148.97-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.19%
GREEN value IS 187 (73.44% from 255) = 27.42%
BLUE value IS 255 (100% from 255) = 37.39%
R=35.19%
G=27.42%
B=37.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2401872550.060.2700286.7610086.67
HexF0BBFF61B0011f6457
Octal36027337763300437144127
Binary111100001011101111111111110110110010001111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BBFF; }

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

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

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

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

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

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

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

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