#F0BCFB

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

Shades of Mauve #F0BCFB

Tints of Mauve #F0BCFB

Color information

#F0BCFB (or 0xF0BCFB) is unknown color: approx Mauve. HEX triplet: F0, BC and FB. RGB value is (240,188,251). Sum of RGB (Red+Green+Blue) = 240+188+251=679 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.35% from 679); Green value is 188 (73.83% from 255 or 27.69% from 679); Blue value is 251 (98.44% from 255 or 36.97% from 679); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0BCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BCFB is #0F4304. Grayscale: #D2D2D2. Windows color (decimal): -1000197 or 16497904. OLE color: 16497904.

HSL color Cylindrical-coordinate representation of color #F0BCFB: hue angle of 289.52º 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 #F0BCFB is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB240188251-
CMYK0.040.2500.02
HSL289.52º88.73%86.08%-
HSV(B)289.52º25.1%98.43%-
XYZ71.3361.4699.37-
YUV210.73150.73148.88-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.35%
GREEN value IS 188 (73.83% from 255) = 27.69%
BLUE value IS 251 (98.44% from 255) = 36.97%
R=35.35%
G=27.69%
B=36.97%

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
Decimal2401882510.040.2500.02289.5288.7386.08
HexF0BCFB419021225956
Octal36027437343102442131126
Binary1111000010111100111110111001100101010010001010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BCFB; }

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

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

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

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

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

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

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

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