#F2BFFD

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

Shades of Mauve #F2BFFD

Tints of Mauve #F2BFFD

Color information

#F2BFFD (or 0xF2BFFD) is unknown color: approx Mauve. HEX triplet: F2, BF and FD. RGB value is (242,191,253). Sum of RGB (Red+Green+Blue) = 242+191+253=686 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.28% from 686); Green value is 191 (75% from 255 or 27.84% from 686); Blue value is 253 (99.22% from 255 or 36.88% from 686); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2BFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BFFD is #0D4002. Grayscale: #D5D5D5. Windows color (decimal): -868355 or 16629746. OLE color: 16629746.

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

Color convert

RGB242191253-
CMYK0.040.2500.01
HSL289.35º93.94%87.06%-
HSV(B)289.35º24.51%99.22%-
XYZ72.9863.23101.29-
YUV213.32150.4148.46-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.28%
GREEN value IS 191 (75% from 255) = 27.84%
BLUE value IS 253 (99.22% from 255) = 36.88%
R=35.28%
G=27.84%
B=36.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2421912530.040.2500.01289.3593.9487.06
HexF2BFFD419011215e57
Octal36227737543101441136127
Binary111100101011111111111101100110010110010000110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BFFD; }

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

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

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

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

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

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

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

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