#F7BFFF

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

Shades of Mauve #F7BFFF

Tints of Mauve #F7BFFF

Color information

#F7BFFF (or 0xF7BFFF) is unknown color: approx Mauve. HEX triplet: F7, BF and FF. RGB value is (247,191,255). Sum of RGB (Red+Green+Blue) = 247+191+255=693 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.64% from 693); Green value is 191 (75% from 255 or 27.56% 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 #F7BFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BFFF is #084000. Grayscale: #D6D6D6. Windows color (decimal): -540673 or 16760823. OLE color: 16760823.

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

Color convert

RGB247191255-
CMYK0.030.2500
HSL292.5º100%87.45%-
HSV(B)292.5º25.1%100%-
XYZ75.0464.26103.06-
YUV215.04150.55150.8-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.64%
GREEN value IS 191 (75% from 255) = 27.56%
BLUE value IS 255 (100% from 255) = 36.80%
R=35.64%
G=27.56%
B=36.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2471912550.030.2500292.510087.45
HexF7BFFF319001246457
Octal36727737733100444144127
Binary11110111101111111111111111110010010010010011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BFFF; }

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

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

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

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

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

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

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

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