#F2BCF7

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

Shades of Mauve #F2BCF7

Tints of Mauve #F2BCF7

Color information

#F2BCF7 (or 0xF2BCF7) is unknown color: approx Mauve. HEX triplet: F2, BC and F7. RGB value is (242,188,247). Sum of RGB (Red+Green+Blue) = 242+188+247=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 188 (73.83% from 255 or 27.77% from 677); Blue value is 247 (96.88% from 255 or 36.48% from 677); Max value from RGB is 247 - color contains mainly: blue. Hex color #F2BCF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BCF7 is #0D4308. Grayscale: #D2D2D2. Windows color (decimal): -869129 or 16235762. OLE color: 16235762.

HSL color Cylindrical-coordinate representation of color #F2BCF7: hue angle of 294.92º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2BCF7 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB242188247-
CMYK0.020.2400.03
HSL294.92º78.67%85.29%-
HSV(B)294.92º23.89%96.86%-
XYZ71.3961.5696.12-
YUV210.87148.39150.2-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.75%
GREEN value IS 188 (73.83% from 255) = 27.77%
BLUE value IS 247 (96.88% from 255) = 36.48%
R=35.75%
G=27.77%
B=36.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2421882470.020.2400.03294.9278.6785.29
HexF2BCF7218031274f55
Octal36227436723003447117125
Binary111100101011110011110111101100001110010011110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BCF7; }

 p { color: rgb(242,188,247); }

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

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

 a { background-color: rgb(242,188,247); }

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

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

 span { border-color: rgb(242,188,247); }

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