#F0C6FF

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

Shades of Mauve #F0C6FF

Tints of Mauve #F0C6FF

Color information

#F0C6FF (or 0xF0C6FF) is unknown color: approx Mauve. HEX triplet: F0, C6 and FF. RGB value is (240,198,255). Sum of RGB (Red+Green+Blue) = 240+198+255=693 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.63% from 693); Green value is 198 (77.73% from 255 or 28.57% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0C6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C6FF is #0F3900. Grayscale: #D8D8D8. Windows color (decimal): -997633 or 16762608. OLE color: 16762608.

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

Color convert

RGB240198255-
CMYK0.060.2200
HSL284.21º100%88.82%-
HSV(B)284.21º22.35%100%-
XYZ74.1866.13103.46-
YUV217.06149.41144.37-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.63%
GREEN value IS 198 (77.73% from 255) = 28.57%
BLUE value IS 255 (100% from 255) = 36.80%
R=34.63%
G=28.57%
B=36.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2401982550.060.2200284.2110088.82
HexF0C6FF6160011c6459
Octal36030637762600434144131
Binary111100001100011011111111110101100010001110011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C6FF; }

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

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

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

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

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

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

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

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