#F2BCF9

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

Shades of Mauve #F2BCF9

Tints of Mauve #F2BCF9

Color information

#F2BCF9 (or 0xF2BCF9) is unknown color: approx Mauve. HEX triplet: F2, BC and F9. RGB value is (242,188,249). Sum of RGB (Red+Green+Blue) = 242+188+249=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 188 (73.83% from 255 or 27.69% from 679); Blue value is 249 (97.66% from 255 or 36.67% from 679); Max value from RGB is 249 - color contains mainly: blue. Hex color #F2BCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BCF9 is #0D4306. Grayscale: #D2D2D2. Windows color (decimal): -869127 or 16366834. OLE color: 16366834.

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

Color convert

RGB242188249-
CMYK0.030.2400.02
HSL293.11º83.56%85.69%-
HSV(B)293.11º24.5%97.65%-
XYZ71.761.6897.75-
YUV211.1149.39150.04-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.64%
GREEN value IS 188 (73.83% from 255) = 27.69%
BLUE value IS 249 (97.66% from 255) = 36.67%
R=35.64%
G=27.69%
B=36.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2421882490.030.2400.02293.1183.5685.69
HexF2BCF9318021255456
Octal36227437133002445124126
Binary111100101011110011111001111100001010010010110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BCF9; }

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

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

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

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

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

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

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

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