#F4BFFB

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

Shades of Mauve #F4BFFB

Tints of Mauve #F4BFFB

Color information

#F4BFFB (or 0xF4BFFB) is unknown color: approx Mauve. HEX triplet: F4, BF and FB. RGB value is (244,191,251). Sum of RGB (Red+Green+Blue) = 244+191+251=686 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.57% from 686); Green value is 191 (75% from 255 or 27.84% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #F4BFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BFFB is #0B4004. Grayscale: #D5D5D5. Windows color (decimal): -737285 or 16498676. OLE color: 16498676.

HSL color Cylindrical-coordinate representation of color #F4BFFB: hue angle of 293º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4BFFB is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB244191251-
CMYK0.030.2400.02
HSL293º88.24%86.67%-
HSV(B)293º23.9%98.43%-
XYZ73.3563.4699.65-
YUV213.69149.06149.62-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.57%
GREEN value IS 191 (75% from 255) = 27.84%
BLUE value IS 251 (98.44% from 255) = 36.59%
R=35.57%
G=27.84%
B=36.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2441912510.030.2400.0229388.2486.67
HexF4BFFB318021255857
Octal36427737333002445130127
Binary111101001011111111111011111100001010010010110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BFFB; }

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

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

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

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

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

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

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

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