#F4B6FE

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

Shades of Mauve #F4B6FE

Tints of Mauve #F4B6FE

Color information

#F4B6FE (or 0xF4B6FE) is unknown color: approx Mauve. HEX triplet: F4, B6 and FE. RGB value is (244,182,254). Sum of RGB (Red+Green+Blue) = 244+182+254=680 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.88% from 680); Green value is 182 (71.48% from 255 or 26.76% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4B6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4B6FE is #0B4901. Grayscale: #D0D0D0. Windows color (decimal): -739586 or 16692980. OLE color: 16692980.

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

Color convert

RGB244182254-
CMYK0.040.2800.00
HSL291.67º97.3%85.49%-
HSV(B)291.67º28.35%99.61%-
XYZ71.9359.84101.53-
YUV208.75153.54153.15-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.88%
GREEN value IS 182 (71.48% from 255) = 26.76%
BLUE value IS 254 (99.61% from 255) = 37.35%
R=35.88%
G=26.76%
B=37.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2441822540.040.2800.00291.6797.385.49
HexF4B6FE41C001246155
Octal36426637643400444141125
Binary111101001011011011111110100111000010010010011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B6FE; }

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

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

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

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

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

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

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

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