#F6BFFE

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

Shades of Mauve #F6BFFE

Tints of Mauve #F6BFFE

Color information

#F6BFFE (or 0xF6BFFE) is unknown color: approx Mauve. HEX triplet: F6, BF and FE. RGB value is (246,191,254). Sum of RGB (Red+Green+Blue) = 246+191+254=691 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.60% from 691); Green value is 191 (75% from 255 or 27.64% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6BFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BFFE is #094001. Grayscale: #D6D6D6. Windows color (decimal): -606210 or 16695286. OLE color: 16695286.

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

Color convert

RGB246191254-
CMYK0.030.2500.00
HSL292.38º96.92%87.25%-
HSV(B)292.38º24.8%99.61%-
XYZ74.5364.01102.19-
YUV214.63150.22150.38-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.60%
GREEN value IS 191 (75% from 255) = 27.64%
BLUE value IS 254 (99.61% from 255) = 36.76%
R=35.60%
G=27.64%
B=36.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2461912540.030.2500.00292.3896.9287.25
HexF6BFFE319001246157
Octal36627737633100444141127
Binary11110110101111111111111011110010010010010011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BFFE; }

 p { color: rgb(246,191,254); }

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

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

 a { background-color: rgb(246,191,254); }

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

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

 span { border-color: rgb(246,191,254); }

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