#F7BFFD

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

Shades of Mauve #F7BFFD

Tints of Mauve #F7BFFD

Color information

#F7BFFD (or 0xF7BFFD) is unknown color: approx Mauve. HEX triplet: F7, BF and FD. RGB value is (247,191,253). Sum of RGB (Red+Green+Blue) = 247+191+253=691 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.75% from 691); Green value is 191 (75% from 255 or 27.64% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #F7BFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BFFD is #084002. Grayscale: #D6D6D6. Windows color (decimal): -540675 or 16629751. OLE color: 16629751.

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

Color convert

RGB247191253-
CMYK0.020.2500.01
HSL294.19º93.94%87.06%-
HSV(B)294.19º24.51%99.22%-
XYZ74.7264.13101.37-
YUV214.81149.55150.96-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.75%
GREEN value IS 191 (75% from 255) = 27.64%
BLUE value IS 253 (99.22% from 255) = 36.61%
R=35.75%
G=27.64%
B=36.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2471912530.020.2500.01294.1993.9487.06
HexF7BFFD219011265e57
Octal36727737523101446136127
Binary11110111101111111111110110110010110010011010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BFFD; }

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

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

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

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

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

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

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

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