#F7BEFE

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

Shades of Mauve #F7BEFE

Tints of Mauve #F7BEFE

Color information

#F7BEFE (or 0xF7BEFE) is unknown color: approx Mauve. HEX triplet: F7, BE and FE. RGB value is (247,190,254). Sum of RGB (Red+Green+Blue) = 247+190+254=691 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.75% from 691); Green value is 190 (74.61% from 255 or 27.50% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7BEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BEFE is #084101. Grayscale: #D6D6D6. Windows color (decimal): -540930 or 16695031. OLE color: 16695031.

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

Color convert

RGB247190254-
CMYK0.030.2500.00
HSL293.44º96.97%87.06%-
HSV(B)293.44º25.2%99.61%-
XYZ74.6663.76102.14-
YUV214.34150.38151.3-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.75%
GREEN value IS 190 (74.61% from 255) = 27.50%
BLUE value IS 254 (99.61% from 255) = 36.76%
R=35.75%
G=27.50%
B=36.76%

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
Decimal2471902540.030.2500.00293.4496.9787.06
HexF7BEFE319001256157
Octal36727637633100445141127
Binary11110111101111101111111011110010010010010111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BEFE; }

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

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

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

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

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

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

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

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