#F6B6F8

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

Shades of Mauve #F6B6F8

Tints of Mauve #F6B6F8

Color information

#F6B6F8 (or 0xF6B6F8) is unknown color: approx Mauve. HEX triplet: F6, B6 and F8. RGB value is (246,182,248). Sum of RGB (Red+Green+Blue) = 246+182+248=676 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.39% from 676); Green value is 182 (71.48% from 255 or 26.92% from 676); Blue value is 248 (97.27% from 255 or 36.69% from 676); Max value from RGB is 248 - color contains mainly: blue. Hex color #F6B6F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6B6F8 is #094907. Grayscale: #D0D0D0. Windows color (decimal): -608520 or 16299766. OLE color: 16299766.

HSL color Cylindrical-coordinate representation of color #F6B6F8: hue angle of 298.18º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F6B6F8 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB246182248-
CMYK0.010.2700.03
HSL298.18º82.5%84.31%-
HSV(B)298.18º26.61%97.25%-
XYZ71.6859.8396.58-
YUV208.66150.2154.63-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.39%
GREEN value IS 182 (71.48% from 255) = 26.92%
BLUE value IS 248 (97.27% from 255) = 36.69%
R=36.39%
G=26.92%
B=36.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2461822480.010.2700.03298.1882.584.31
HexF6B6F811B0312a5254
Octal36626637013303452122124
Binary11110110101101101111100011101101110010101010100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B6F8; }

 p { color: rgb(246,182,248); }

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

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

 a { background-color: rgb(246,182,248); }

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

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

 span { border-color: rgb(246,182,248); }

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