#F4BCFB

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

Shades of Mauve #F4BCFB

Tints of Mauve #F4BCFB

Color information

#F4BCFB (or 0xF4BCFB) is unknown color: approx Mauve. HEX triplet: F4, BC and FB. RGB value is (244,188,251). Sum of RGB (Red+Green+Blue) = 244+188+251=683 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.72% from 683); Green value is 188 (73.83% from 255 or 27.53% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 251 - color contains mainly: blue. Hex color #F4BCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BCFB is #0B4304. Grayscale: #D3D3D3. Windows color (decimal): -738053 or 16497908. OLE color: 16497908.

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

Color convert

RGB244188251-
CMYK0.030.2500.02
HSL293.33º88.73%86.08%-
HSV(B)293.33º25.1%98.43%-
XYZ72.762.1699.43-
YUV211.93150.05150.88-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.72%
GREEN value IS 188 (73.83% from 255) = 27.53%
BLUE value IS 251 (98.44% from 255) = 36.75%
R=35.72%
G=27.53%
B=36.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2441882510.030.2500.02293.3388.7386.08
HexF4BCFB319021255956
Octal36427437333102445131126
Binary111101001011110011111011111100101010010010110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BCFB; }

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

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

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

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

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

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

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

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