#F4BBFB

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

Shades of Mauve #F4BBFB

Tints of Mauve #F4BBFB

Color information

#F4BBFB (or 0xF4BBFB) is unknown color: approx Mauve. HEX triplet: F4, BB and FB. RGB value is (244,187,251). Sum of RGB (Red+Green+Blue) = 244+187+251=682 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.78% from 682); Green value is 187 (73.44% from 255 or 27.42% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: blue. Hex color #F4BBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BBFB is #0B4404. Grayscale: #D3D3D3. Windows color (decimal): -738309 or 16497652. OLE color: 16497652.

HSL color Cylindrical-coordinate representation of color #F4BBFB: hue angle of 293.44º 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 #F4BBFB is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB244187251-
CMYK0.030.2500.02
HSL293.44º88.89%85.88%-
HSV(B)293.44º25.5%98.43%-
XYZ72.4961.7499.36-
YUV211.34150.38151.3-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.78%
GREEN value IS 187 (73.44% from 255) = 27.42%
BLUE value IS 251 (98.44% from 255) = 36.80%
R=35.78%
G=27.42%
B=36.80%

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
Decimal2441872510.030.2500.02293.4488.8985.88
HexF4BBFB319021255956
Octal36427337333102445131126
Binary111101001011101111111011111100101010010010110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BBFB; }

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

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

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

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

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

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

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

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