#F0B7FE

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

Shades of Mauve #F0B7FE

Tints of Mauve #F0B7FE

Color information

#F0B7FE (or 0xF0B7FE) is unknown color: approx Mauve. HEX triplet: F0, B7 and FE. RGB value is (240,183,254). Sum of RGB (Red+Green+Blue) = 240+183+254=677 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.45% from 677); Green value is 183 (71.88% from 255 or 27.03% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0B7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B7FE is #0F4801. Grayscale: #CFCFCF. Windows color (decimal): -1001474 or 16693232. OLE color: 16693232.

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

Color convert

RGB240183254-
CMYK0.060.2800.00
HSL288.17º97.26%85.69%-
HSV(B)288.17º27.95%99.61%-
XYZ70.7659.55101.53-
YUV208.14153.88150.73-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.45%
GREEN value IS 183 (71.88% from 255) = 27.03%
BLUE value IS 254 (99.61% from 255) = 37.52%
R=35.45%
G=27.03%
B=37.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2401832540.060.2800.00288.1797.2685.69
HexF0B7FE61C001206156
Octal36026737663400440141126
Binary111100001011011111111110110111000010010000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B7FE; }

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

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

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

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

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

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

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

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