#F4BFFE

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

Shades of Mauve #F4BFFE

Tints of Mauve #F4BFFE

Color information

#F4BFFE (or 0xF4BFFE) is unknown color: approx Mauve. HEX triplet: F4, BF and FE. RGB value is (244,191,254). Sum of RGB (Red+Green+Blue) = 244+191+254=689 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.41% from 689); Green value is 191 (75% from 255 or 27.72% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4BFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BFFE is #0B4001. Grayscale: #D5D5D5. Windows color (decimal): -737282 or 16695284. OLE color: 16695284.

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

Color convert

RGB244191254-
CMYK0.040.2500.00
HSL290.48º96.92%87.25%-
HSV(B)290.48º24.8%99.61%-
XYZ73.8363.65102.16-
YUV214.03150.56149.38-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.41%
GREEN value IS 191 (75% from 255) = 27.72%
BLUE value IS 254 (99.61% from 255) = 36.87%
R=35.41%
G=27.72%
B=36.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2441912540.040.2500.00290.4896.9287.25
HexF4BFFE419001226157
Octal36427737643100442141127
Binary111101001011111111111110100110010010010001011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BFFE; }

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

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

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

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

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

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

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

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