#F2BDFD

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

Shades of Mauve #F2BDFD

Tints of Mauve #F2BDFD

Color information

#F2BDFD (or 0xF2BDFD) is unknown color: approx Mauve. HEX triplet: F2, BD and FD. RGB value is (242,189,253). Sum of RGB (Red+Green+Blue) = 242+189+253=684 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.38% from 684); Green value is 189 (74.22% from 255 or 27.63% from 684); Blue value is 253 (99.22% from 255 or 36.99% from 684); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2BDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BDFD is #0D4202. Grayscale: #D3D3D3. Windows color (decimal): -868867 or 16629234. OLE color: 16629234.

HSL color Cylindrical-coordinate representation of color #F2BDFD: hue angle of 289.69º 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 #F2BDFD is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB242189253-
CMYK0.040.2500.01
HSL289.69º94.12%86.67%-
HSV(B)289.69º25.3%99.22%-
XYZ72.5562.36101.14-
YUV212.14151.06149.3-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.38%
GREEN value IS 189 (74.22% from 255) = 27.63%
BLUE value IS 253 (99.22% from 255) = 36.99%
R=35.38%
G=27.63%
B=36.99%

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
Decimal2421892530.040.2500.01289.6994.1286.67
HexF2BDFD419011225e57
Octal36227537543101442136127
Binary111100101011110111111101100110010110010001010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BDFD; }

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

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

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

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

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

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

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

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