#F0B6FF

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

Shades of Mauve #F0B6FF

Tints of Mauve #F0B6FF

Color information

#F0B6FF (or 0xF0B6FF) is unknown color: approx Mauve. HEX triplet: F0, B6 and FF. RGB value is (240,182,255). Sum of RGB (Red+Green+Blue) = 240+182+255=677 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.45% from 677); Green value is 182 (71.48% from 255 or 26.88% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0B6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B6FF is #0F4900. Grayscale: #CFCFCF. Windows color (decimal): -1001729 or 16758512. OLE color: 16758512.

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

Color convert

RGB240182255-
CMYK0.060.2900
HSL287.67º100%85.69%-
HSV(B)287.67º28.63%100%-
XYZ70.7159.2102.31-
YUV207.66154.72151.06-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.45%
GREEN value IS 182 (71.48% from 255) = 26.88%
BLUE value IS 255 (100% from 255) = 37.67%
R=35.45%
G=26.88%
B=37.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2401822550.060.2900287.6710085.69
HexF0B6FF61D001206456
Octal36026637763500440144126
Binary111100001011011011111111110111010010010000011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B6FF; }

 p { color: rgb(240,182,255); }

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

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

 a { background-color: rgb(240,182,255); }

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

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

 span { border-color: rgb(240,182,255); }

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