#F0BEFD

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

Shades of Mauve #F0BEFD

Tints of Mauve #F0BEFD

Color information

#F0BEFD (or 0xF0BEFD) is unknown color: approx Mauve. HEX triplet: F0, BE and FD. RGB value is (240,190,253). Sum of RGB (Red+Green+Blue) = 240+190+253=683 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.14% from 683); Green value is 190 (74.61% from 255 or 27.82% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0BEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BEFD is #0F4102. Grayscale: #D3D3D3. Windows color (decimal): -999683 or 16629488. OLE color: 16629488.

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

Color convert

RGB240190253-
CMYK0.050.2500.01
HSL287.62º94.03%86.86%-
HSV(B)287.62º24.9%99.22%-
XYZ72.0862.44101.18-
YUV212.13151.06147.88-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.14%
GREEN value IS 190 (74.61% from 255) = 27.82%
BLUE value IS 253 (99.22% from 255) = 37.04%
R=35.14%
G=27.82%
B=37.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2401902530.050.2500.01287.6294.0386.86
HexF0BEFD519011205e57
Octal36027637553101440136127
Binary111100001011111011111101101110010110010000010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BEFD; }

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

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

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

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

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

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

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

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