#F6B7FF

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

Shades of Mauve #F6B7FF

Tints of Mauve #F6B7FF

Color information

#F6B7FF (or 0xF6B7FF) is unknown color: approx Mauve. HEX triplet: F6, B7 and FF. RGB value is (246,183,255). Sum of RGB (Red+Green+Blue) = 246+183+255=684 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.96% from 684); Green value is 183 (71.88% from 255 or 26.75% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6B7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6B7FF is #094800. Grayscale: #D1D1D1. Windows color (decimal): -608257 or 16758774. OLE color: 16758774.

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

Color convert

RGB246183255-
CMYK0.040.2800
HSL292.5º100%85.88%-
HSV(B)292.5º28.24%100%-
XYZ72.9960.68102.47-
YUV210.04153.37153.65-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.96%
GREEN value IS 183 (71.88% from 255) = 26.75%
BLUE value IS 255 (100% from 255) = 37.28%
R=35.96%
G=26.75%
B=37.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2461832550.040.2800292.510085.88
HexF6B7FF41C001246456
Octal36626737743400444144126
Binary111101101011011111111111100111000010010010011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B7FF; }

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

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

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

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

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

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

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

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