#F0B1FE

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

Shades of Mauve #F0B1FE

Tints of Mauve #F0B1FE

Color information

#F0B1FE (or 0xF0B1FE) is unknown color: approx Mauve. HEX triplet: F0, B1 and FE. RGB value is (240,177,254). Sum of RGB (Red+Green+Blue) = 240+177+254=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 177 (69.53% from 255 or 26.38% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0B1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0B1FE is #0F4E01. Grayscale: #CCCCCC. Windows color (decimal): -1003010 or 16691696. OLE color: 16691696.

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

Color convert

RGB240177254-
CMYK0.060.3000.00
HSL289.09º97.47%84.51%-
HSV(B)289.09º30.31%99.61%-
XYZ69.5557.13101.13-
YUV204.61155.87153.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.77%
GREEN value IS 177 (69.53% from 255) = 26.38%
BLUE value IS 254 (99.61% from 255) = 37.85%
R=35.77%
G=26.38%
B=37.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2401772540.060.3000.00289.0997.4784.51
HexF0B1FE61E001216155
Octal36026137663600441141125
Binary111100001011000111111110110111100010010000111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B1FE; }

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

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

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

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

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

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

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

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