#F0BCFF

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

Shades of Mauve #F0BCFF

Tints of Mauve #F0BCFF

Color information

#F0BCFF (or 0xF0BCFF) is unknown color: approx Mauve. HEX triplet: F0, BC and FF. RGB value is (240,188,255). Sum of RGB (Red+Green+Blue) = 240+188+255=683 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.14% from 683); Green value is 188 (73.83% from 255 or 27.53% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0BCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BCFF is #0F4300. Grayscale: #D2D2D2. Windows color (decimal): -1000193 or 16760048. OLE color: 16760048.

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

Color convert

RGB240188255-
CMYK0.060.2600
HSL286.57º100%86.86%-
HSV(B)286.57º26.27%100%-
XYZ71.9761.71102.73-
YUV211.19152.73148.55-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.14%
GREEN value IS 188 (73.83% from 255) = 27.53%
BLUE value IS 255 (100% from 255) = 37.34%
R=35.14%
G=27.53%
B=37.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2401882550.060.2600286.5710086.86
HexF0BCFF61A0011f6457
Octal36027437763200437144127
Binary111100001011110011111111110110100010001111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BCFF; }

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

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

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

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

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

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

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

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