#F0BFFA

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

Shades of Mauve #F0BFFA

Tints of Mauve #F0BFFA

Color information

#F0BFFA (or 0xF0BFFA) is unknown color: approx Mauve. HEX triplet: F0, BF and FA. RGB value is (240,191,250). Sum of RGB (Red+Green+Blue) = 240+191+250=681 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.24% from 681); Green value is 191 (75% from 255 or 28.05% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0BFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BFFA is #0F4005. Grayscale: #D4D4D4. Windows color (decimal): -999430 or 16433136. OLE color: 16433136.

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

Color convert

RGB240191250-
CMYK0.040.2400.02
HSL289.83º85.51%86.47%-
HSV(B)289.83º23.6%98.04%-
XYZ71.8262.6998.76-
YUV212.38149.23147.7-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.24%
GREEN value IS 191 (75% from 255) = 28.05%
BLUE value IS 250 (98.05% from 255) = 36.71%
R=35.24%
G=28.05%
B=36.71%

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
Decimal2401912500.040.2400.02289.8385.5186.47
HexF0BFFA418021225656
Octal36027737243002442126126
Binary1111000010111111111110101001100001010010001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BFFA; }

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

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

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

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

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

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

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

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