#F0BBF6

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

Shades of Mauve #F0BBF6

Tints of Mauve #F0BBF6

Color information

#F0BBF6 (or 0xF0BBF6) is unknown color: approx Mauve. HEX triplet: F0, BB and F6. RGB value is (240,187,246). Sum of RGB (Red+Green+Blue) = 240+187+246=673 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.66% from 673); Green value is 187 (73.44% from 255 or 27.79% from 673); Blue value is 246 (96.48% from 255 or 36.55% from 673); Max value from RGB is 246 - color contains mainly: blue. Hex color #F0BBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BBF6 is #0F4409. Grayscale: #D1D1D1. Windows color (decimal): -1000458 or 16169968. OLE color: 16169968.

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

Color convert

RGB240187246-
CMYK0.020.2400.04
HSL293.9º76.62%84.9%-
HSV(B)293.9º23.98%96.47%-
XYZ70.3460.7295.2-
YUV209.57148.56149.7-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.66%
GREEN value IS 187 (73.44% from 255) = 27.79%
BLUE value IS 246 (96.48% from 255) = 36.55%
R=35.66%
G=27.79%
B=36.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2401872460.020.2400.04293.976.6284.9
HexF0BBF6218041264d55
Octal36027336623004446115125
Binary1111000010111011111101101011000010010010011010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BBF6; }

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

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

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

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

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

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

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

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