#F0BEFB

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

Shades of Mauve #F0BEFB

Tints of Mauve #F0BEFB

Color information

#F0BEFB (or 0xF0BEFB) is unknown color: approx Mauve. HEX triplet: F0, BE and FB. RGB value is (240,190,251). Sum of RGB (Red+Green+Blue) = 240+190+251=681 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.24% from 681); Green value is 190 (74.61% from 255 or 27.90% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0BEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BEFB is #0F4104. Grayscale: #D3D3D3. Windows color (decimal): -999685 or 16498416. OLE color: 16498416.

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

Color convert

RGB240190251-
CMYK0.040.2400.02
HSL289.18º88.41%86.47%-
HSV(B)289.18º24.3%98.43%-
XYZ71.7662.3299.51-
YUV211.9150.06148.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.24%
GREEN value IS 190 (74.61% from 255) = 27.90%
BLUE value IS 251 (98.44% from 255) = 36.86%
R=35.24%
G=27.90%
B=36.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2401902510.040.2400.02289.1888.4186.47
HexF0BEFB418021215856
Octal36027637343002441130126
Binary1111000010111110111110111001100001010010000110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BEFB; }

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

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

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

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

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

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

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

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