#F0BAFE

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

Shades of Mauve #F0BAFE

Tints of Mauve #F0BAFE

Color information

#F0BAFE (or 0xF0BAFE) is unknown color: approx Mauve. HEX triplet: F0, BA and FE. RGB value is (240,186,254). Sum of RGB (Red+Green+Blue) = 240+186+254=680 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.29% from 680); Green value is 186 (73.05% from 255 or 27.35% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0BAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BAFE is #0F4501. Grayscale: #D1D1D1. Windows color (decimal): -1000706 or 16694000. OLE color: 16694000.

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

Color convert

RGB240186254-
CMYK0.060.2700.00
HSL287.65º97.14%86.27%-
HSV(B)287.65º26.77%99.61%-
XYZ71.3860.8101.74-
YUV209.9152.89149.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.29%
GREEN value IS 186 (73.05% from 255) = 27.35%
BLUE value IS 254 (99.61% from 255) = 37.35%
R=35.29%
G=27.35%
B=37.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2401862540.060.2700.00287.6597.1486.27
HexF0BAFE61B001206156
Octal36027237663300440141126
Binary111100001011101011111110110110110010010000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BAFE; }

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

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

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

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

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

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

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

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