#F0BFFE

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

Shades of Mauve #F0BFFE

Tints of Mauve #F0BFFE

Color information

#F0BFFE (or 0xF0BFFE) is unknown color: approx Mauve. HEX triplet: F0, BF and FE. RGB value is (240,191,254). Sum of RGB (Red+Green+Blue) = 240+191+254=685 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.04% from 685); Green value is 191 (75% from 255 or 27.88% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0BFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BFFE is #0F4001. Grayscale: #D4D4D4. Windows color (decimal): -999426 or 16695280. OLE color: 16695280.

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

Color convert

RGB240191254-
CMYK0.060.2500.00
HSL286.67º96.92%87.25%-
HSV(B)286.67º24.8%99.61%-
XYZ72.4662.94102.1-
YUV212.83151.23147.38-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.04%
GREEN value IS 191 (75% from 255) = 27.88%
BLUE value IS 254 (99.61% from 255) = 37.08%
R=35.04%
G=27.88%
B=37.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2401912540.060.2500.00286.6796.9287.25
HexF0BFFE6190011f6157
Octal36027737663100437141127
Binary111100001011111111111110110110010010001111111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BFFE; }

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

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

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

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

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

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

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

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