#F0B1F8

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

Shades of Mauve #F0B1F8

Tints of Mauve #F0B1F8

Color information

#F0B1F8 (or 0xF0B1F8) is unknown color: approx Mauve. HEX triplet: F0, B1 and F8. RGB value is (240,177,248). Sum of RGB (Red+Green+Blue) = 240+177+248=665 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.09% from 665); Green value is 177 (69.53% from 255 or 26.62% from 665); Blue value is 248 (97.27% from 255 or 37.29% from 665); Max value from RGB is 248 - color contains mainly: blue. Hex color #F0B1F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0B1F8 is #0F4E07. Grayscale: #CBCBCB. Windows color (decimal): -1003016 or 16298480. OLE color: 16298480.

HSL color Cylindrical-coordinate representation of color #F0B1F8: hue angle of 293.24º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0B1F8 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB240177248-
CMYK0.030.2900.03
HSL293.24º83.53%83.33%-
HSV(B)293.24º28.63%97.25%-
XYZ68.656.7596.14-
YUV203.93152.87153.73-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.09%
GREEN value IS 177 (69.53% from 255) = 26.62%
BLUE value IS 248 (97.27% from 255) = 37.29%
R=36.09%
G=26.62%
B=37.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2401772480.030.2900.03293.2483.5383.33
HexF0B1F831D031255453
Octal36026137033503445124123
Binary111100001011000111111000111110101110010010110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B1F8; }

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

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

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

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

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

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

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

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