#F0BEFA

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

Shades of Mauve #F0BEFA

Tints of Mauve #F0BEFA

Color information

#F0BEFA (or 0xF0BEFA) is unknown color: approx Mauve. HEX triplet: F0, BE and FA. RGB value is (240,190,250). Sum of RGB (Red+Green+Blue) = 240+190+250=680 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.29% from 680); Green value is 190 (74.61% from 255 or 27.94% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0BEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BEFA is #0F4105. Grayscale: #D3D3D3. Windows color (decimal): -999686 or 16432880. OLE color: 16432880.

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

Color convert

RGB240190250-
CMYK0.040.2400.02
HSL290º85.71%86.27%-
HSV(B)290º24%98.04%-
XYZ71.662.2598.68-
YUV211.79149.56148.12-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.29%
GREEN value IS 190 (74.61% from 255) = 27.94%
BLUE value IS 250 (98.05% from 255) = 36.76%
R=35.29%
G=27.94%
B=36.76%

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
Decimal2401902500.040.2400.0229085.7186.27
HexF0BEFA418021225656
Octal36027637243002442126126
Binary1111000010111110111110101001100001010010001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BEFA; }

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

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

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

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

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

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

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

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