#F2B7FE

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

Shades of Mauve #F2B7FE

Tints of Mauve #F2B7FE

Color information

#F2B7FE (or 0xF2B7FE) is unknown color: approx Mauve. HEX triplet: F2, B7 and FE. RGB value is (242,183,254). Sum of RGB (Red+Green+Blue) = 242+183+254=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 183 (71.88% from 255 or 26.95% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2B7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B7FE is #0D4801. Grayscale: #D0D0D0. Windows color (decimal): -870402 or 16693234. OLE color: 16693234.

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

Color convert

RGB242183254-
CMYK0.050.2800.00
HSL289.86º97.26%85.69%-
HSV(B)289.86º27.95%99.61%-
XYZ71.4459.9101.56-
YUV208.74153.55151.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.64%
GREEN value IS 183 (71.88% from 255) = 26.95%
BLUE value IS 254 (99.61% from 255) = 37.41%
R=35.64%
G=26.95%
B=37.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2421832540.050.2800.00289.8697.2685.69
HexF2B7FE51C001226156
Octal36226737653400442141126
Binary111100101011011111111110101111000010010001011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B7FE; }

 p { color: rgb(242,183,254); }

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

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

 a { background-color: rgb(242,183,254); }

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

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

 span { border-color: rgb(242,183,254); }

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