#F2BFFC

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

Shades of Mauve #F2BFFC

Tints of Mauve #F2BFFC

Color information

#F2BFFC (or 0xF2BFFC) is unknown color: approx Mauve. HEX triplet: F2, BF and FC. RGB value is (242,191,252). Sum of RGB (Red+Green+Blue) = 242+191+252=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 191 (75% from 255 or 27.88% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2BFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BFFC is #0D4003. Grayscale: #D5D5D5. Windows color (decimal): -868356 or 16564210. OLE color: 16564210.

HSL color Cylindrical-coordinate representation of color #F2BFFC: hue angle of 290.16º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2BFFC is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB242191252-
CMYK0.040.2400.01
HSL290.16º91.04%86.86%-
HSV(B)290.16º24.21%98.82%-
XYZ72.8263.17100.45-
YUV213.2149.9148.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.33%
GREEN value IS 191 (75% from 255) = 27.88%
BLUE value IS 252 (98.83% from 255) = 36.79%
R=35.33%
G=27.88%
B=36.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2421912520.040.2400.01290.1691.0486.86
HexF2BFFC418011225b57
Octal36227737443001442133127
Binary111100101011111111111100100110000110010001010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BFFC; }

 p { color: rgb(242,191,252); }

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

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

 a { background-color: rgb(242,191,252); }

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

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

 span { border-color: rgb(242,191,252); }

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