#F6B7FE

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

Shades of Mauve #F6B7FE

Tints of Mauve #F6B7FE

Color information

#F6B7FE (or 0xF6B7FE) is unknown color: approx Mauve. HEX triplet: F6, B7 and FE. RGB value is (246,183,254). Sum of RGB (Red+Green+Blue) = 246+183+254=683 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.02% from 683); Green value is 183 (71.88% from 255 or 26.79% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6B7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6B7FE is #094801. Grayscale: #D1D1D1. Windows color (decimal): -608258 or 16693238. OLE color: 16693238.

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

Color convert

RGB246183254-
CMYK0.030.2800.00
HSL293.24º97.26%85.69%-
HSV(B)293.24º27.95%99.61%-
XYZ72.8360.62101.63-
YUV209.93152.87153.73-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.02%
GREEN value IS 183 (71.88% from 255) = 26.79%
BLUE value IS 254 (99.61% from 255) = 37.19%
R=36.02%
G=26.79%
B=37.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2461832540.030.2800.00293.2497.2685.69
HexF6B7FE31C001256156
Octal36626737633400445141126
Binary11110110101101111111111011111000010010010111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B7FE; }

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

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

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

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

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

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

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

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