#F1B8FE

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

Shades of Mauve #F1B8FE

Tints of Mauve #F1B8FE

Color information

#F1B8FE (or 0xF1B8FE) is unknown color: approx Mauve. HEX triplet: F1, B8 and FE. RGB value is (241,184,254). Sum of RGB (Red+Green+Blue) = 241+184+254=679 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.49% from 679); Green value is 184 (72.27% from 255 or 27.10% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1B8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B8FE is #0E4701. Grayscale: #D0D0D0. Windows color (decimal): -935682 or 16693489. OLE color: 16693489.

HSL color Cylindrical-coordinate representation of color #F1B8FE: hue angle of 288.86º 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 #F1B8FE is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB241184254-
CMYK0.050.2800.00
HSL288.86º97.22%85.88%-
HSV(B)288.86º27.56%99.61%-
XYZ71.3160.14101.62-
YUV209.02153.38150.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.49%
GREEN value IS 184 (72.27% from 255) = 27.10%
BLUE value IS 254 (99.61% from 255) = 37.41%
R=35.49%
G=27.10%
B=37.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2411842540.050.2800.00288.8697.2285.88
HexF1B8FE51C001216156
Octal36127037653400441141126
Binary111100011011100011111110101111000010010000111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B8FE; }

 p { color: rgb(241,184,254); }

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

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

 a { background-color: rgb(241,184,254); }

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

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

 span { border-color: rgb(241,184,254); }

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