#F0BAFC

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

Shades of Mauve #F0BAFC

Tints of Mauve #F0BAFC

Color information

#F0BAFC (or 0xF0BAFC) is unknown color: approx Mauve. HEX triplet: F0, BA and FC. RGB value is (240,186,252). Sum of RGB (Red+Green+Blue) = 240+186+252=678 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.40% from 678); Green value is 186 (73.05% from 255 or 27.43% from 678); Blue value is 252 (98.83% from 255 or 37.17% from 678); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0BAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BAFC is #0F4503. Grayscale: #D1D1D1. Windows color (decimal): -1000708 or 16562928. OLE color: 16562928.

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

Color convert

RGB240186252-
CMYK0.050.2600.01
HSL289.09º91.67%85.88%-
HSV(B)289.09º26.19%98.82%-
XYZ71.0660.67100.06-
YUV209.67151.89149.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.40%
GREEN value IS 186 (73.05% from 255) = 27.43%
BLUE value IS 252 (98.83% from 255) = 37.17%
R=35.40%
G=27.43%
B=37.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2401862520.050.2600.01289.0991.6785.88
HexF0BAFC51A011215c56
Octal36027237453201441134126
Binary111100001011101011111100101110100110010000110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BAFC; }

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

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

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

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

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

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

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

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