#F2BDFA

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

Shades of Mauve #F2BDFA

Tints of Mauve #F2BDFA

Color information

#F2BDFA (or 0xF2BDFA) is unknown color: approx Mauve. HEX triplet: F2, BD and FA. RGB value is (242,189,250). Sum of RGB (Red+Green+Blue) = 242+189+250=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 189 (74.22% from 255 or 27.75% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2BDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BDFA is #0D4205. Grayscale: #D3D3D3. Windows color (decimal): -868870 or 16432626. OLE color: 16432626.

HSL color Cylindrical-coordinate representation of color #F2BDFA: hue angle of 292.13º degrees, saturation: 0.86, 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 #F2BDFA is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB242189250-
CMYK0.030.2400.02
HSL292.13º85.92%86.08%-
HSV(B)292.13º24.4%98.04%-
XYZ72.0762.1798.64-
YUV211.8149.56149.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.54%
GREEN value IS 189 (74.22% from 255) = 27.75%
BLUE value IS 250 (98.05% from 255) = 36.71%
R=35.54%
G=27.75%
B=36.71%

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
Decimal2421892500.030.2400.02292.1385.9286.08
HexF2BDFA318021245656
Octal36227537233002444126126
Binary111100101011110111111010111100001010010010010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BDFA; }

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

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

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

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

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

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

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

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