#F7BCFF

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

Shades of Mauve #F7BCFF

Tints of Mauve #F7BCFF

Color information

#F7BCFF (or 0xF7BCFF) is unknown color: approx Mauve. HEX triplet: F7, BC and FF. RGB value is (247,188,255). Sum of RGB (Red+Green+Blue) = 247+188+255=690 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.80% from 690); Green value is 188 (73.83% from 255 or 27.25% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7BCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BCFF is #084300. Grayscale: #D5D5D5. Windows color (decimal): -541441 or 16760055. OLE color: 16760055.

HSL color Cylindrical-coordinate representation of color #F7BCFF: hue angle of 292.84º 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 #F7BCFF is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB247188255-
CMYK0.030.2600
HSL292.84º100%86.86%-
HSV(B)292.84º26.27%100%-
XYZ74.3962.96102.84-
YUV213.28151.55152.05-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.80%
GREEN value IS 188 (73.83% from 255) = 27.25%
BLUE value IS 255 (100% from 255) = 36.96%
R=35.80%
G=27.25%
B=36.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2471882550.030.2600292.8410086.86
HexF7BCFF31A001256457
Octal36727437733200445144127
Binary11110111101111001111111111110100010010010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BCFF; }

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

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

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

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

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

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

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

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