#F4BBFE

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

Shades of Mauve #F4BBFE

Tints of Mauve #F4BBFE

Color information

#F4BBFE (or 0xF4BBFE) is unknown color: approx Mauve. HEX triplet: F4, BB and FE. RGB value is (244,187,254). Sum of RGB (Red+Green+Blue) = 244+187+254=685 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.62% from 685); Green value is 187 (73.44% from 255 or 27.30% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4BBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BBFE is #0B4401. Grayscale: #D3D3D3. Windows color (decimal): -738306 or 16694260. OLE color: 16694260.

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

Color convert

RGB244187254-
CMYK0.040.2600.00
HSL291.04º97.1%86.47%-
HSV(B)291.04º26.38%99.61%-
XYZ72.9761.93101.87-
YUV211.68151.88151.05-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.62%
GREEN value IS 187 (73.44% from 255) = 27.30%
BLUE value IS 254 (99.61% from 255) = 37.08%
R=35.62%
G=27.30%
B=37.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2441872540.040.2600.00291.0497.186.47
HexF4BBFE41A001236156
Octal36427337643200443141126
Binary111101001011101111111110100110100010010001111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BBFE; }

 p { color: rgb(244,187,254); }

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

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

 a { background-color: rgb(244,187,254); }

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

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

 span { border-color: rgb(244,187,254); }

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