#F6B4FF

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

Shades of Mauve #F6B4FF

Tints of Mauve #F6B4FF

Color information

#F6B4FF (or 0xF6B4FF) is unknown color: approx Mauve. HEX triplet: F6, B4 and FF. RGB value is (246,180,255). Sum of RGB (Red+Green+Blue) = 246+180+255=681 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.12% from 681); Green value is 180 (70.70% from 255 or 26.43% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6B4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6B4FF is #094B00. Grayscale: #D0D0D0. Windows color (decimal): -609025 or 16758006. OLE color: 16758006.

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

Color convert

RGB246180255-
CMYK0.040.2900
HSL292.8º100%85.29%-
HSV(B)292.8º29.41%100%-
XYZ72.3859.46102.27-
YUV208.28154.37154.9-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.12%
GREEN value IS 180 (70.70% from 255) = 26.43%
BLUE value IS 255 (100% from 255) = 37.44%
R=36.12%
G=26.43%
B=37.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2461802550.040.2900292.810085.29
HexF6B4FF41D001256455
Octal36626437743500445144125
Binary111101101011010011111111100111010010010010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B4FF; }

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

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

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

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

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

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

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

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