#F4BFFF

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

Shades of Mauve #F4BFFF

Tints of Mauve #F4BFFF

Color information

#F4BFFF (or 0xF4BFFF) is unknown color: approx Mauve. HEX triplet: F4, BF and FF. RGB value is (244,191,255). Sum of RGB (Red+Green+Blue) = 244+191+255=690 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.36% from 690); Green value is 191 (75% from 255 or 27.68% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #F4BFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BFFF is #0B4000. Grayscale: #D5D5D5. Windows color (decimal): -737281 or 16760820. OLE color: 16760820.

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

Color convert

RGB244191255-
CMYK0.040.2500
HSL289.69º100%87.45%-
HSV(B)289.69º25.1%100%-
XYZ73.9963.71103.01-
YUV214.14151.06149.3-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.36%
GREEN value IS 191 (75% from 255) = 27.68%
BLUE value IS 255 (100% from 255) = 36.96%
R=35.36%
G=27.68%
B=36.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2441912550.040.2500289.6910087.45
HexF4BFFF419001226457
Octal36427737743100442144127
Binary111101001011111111111111100110010010010001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BFFF; }

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

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

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

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

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

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

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

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