#F2BDFC

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

Shades of Mauve #F2BDFC

Tints of Mauve #F2BDFC

Color information

#F2BDFC (or 0xF2BDFC) is unknown color: approx Mauve. HEX triplet: F2, BD and FC. RGB value is (242,189,252). Sum of RGB (Red+Green+Blue) = 242+189+252=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 189 (74.22% from 255 or 27.67% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2BDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BDFC is #0D4203. Grayscale: #D3D3D3. Windows color (decimal): -868868 or 16563698. OLE color: 16563698.

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

Color convert

RGB242189252-
CMYK0.040.2500.01
HSL290.48º91.3%86.47%-
HSV(B)290.48º25%98.82%-
XYZ72.3962.3100.31-
YUV212.03150.56149.38-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.43%
GREEN value IS 189 (74.22% from 255) = 27.67%
BLUE value IS 252 (98.83% from 255) = 36.90%
R=35.43%
G=27.67%
B=36.90%

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
Decimal2421892520.040.2500.01290.4891.386.47
HexF2BDFC419011225b56
Octal36227537443101442133126
Binary111100101011110111111100100110010110010001010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BDFC; }

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

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

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

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

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

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

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

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