#F7BFFE

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

Shades of Mauve #F7BFFE

Tints of Mauve #F7BFFE

Color information

#F7BFFE (or 0xF7BFFE) is unknown color: approx Mauve. HEX triplet: F7, BF and FE. RGB value is (247,191,254). Sum of RGB (Red+Green+Blue) = 247+191+254=692 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.69% from 692); Green value is 191 (75% from 255 or 27.60% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7BFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BFFE is #084001. Grayscale: #D6D6D6. Windows color (decimal): -540674 or 16695287. OLE color: 16695287.

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

Color convert

RGB247191254-
CMYK0.030.2500.00
HSL293.33º96.92%87.25%-
HSV(B)293.33º24.8%99.61%-
XYZ74.8864.19102.21-
YUV214.93150.05150.88-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.69%
GREEN value IS 191 (75% from 255) = 27.60%
BLUE value IS 254 (99.61% from 255) = 36.71%
R=35.69%
G=27.60%
B=36.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2471912540.030.2500.00293.3396.9287.25
HexF7BFFE319001256157
Octal36727737633100445141127
Binary11110111101111111111111011110010010010010111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BFFE; }

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

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

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

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

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

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

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

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