#F7BDFF

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

Shades of Mauve #F7BDFF

Tints of Mauve #F7BDFF

Color information

#F7BDFF (or 0xF7BDFF) is unknown color: approx Mauve. HEX triplet: F7, BD and FF. RGB value is (247,189,255). Sum of RGB (Red+Green+Blue) = 247+189+255=691 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.75% from 691); Green value is 189 (74.22% from 255 or 27.35% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7BDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BDFF is #084200. Grayscale: #D5D5D5. Windows color (decimal): -541185 or 16760311. OLE color: 16760311.

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

Color convert

RGB247189255-
CMYK0.030.2600
HSL292.73º100%87.06%-
HSV(B)292.73º25.88%100%-
XYZ74.6163.39102.91-
YUV213.87151.22151.63-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.75%
GREEN value IS 189 (74.22% from 255) = 27.35%
BLUE value IS 255 (100% from 255) = 36.90%
R=35.75%
G=27.35%
B=36.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2471892550.030.2600292.7310087.06
HexF7BDFF31A001256457
Octal36727537733200445144127
Binary11110111101111011111111111110100010010010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BDFF; }

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

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

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

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

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

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

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

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