#F2B5FB

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

Shades of Mauve #F2B5FB

Tints of Mauve #F2B5FB

Color information

#F2B5FB (or 0xF2B5FB) is unknown color: approx Mauve. HEX triplet: F2, B5 and FB. RGB value is (242,181,251). Sum of RGB (Red+Green+Blue) = 242+181+251=674 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.91% from 674); Green value is 181 (71.09% from 255 or 26.85% from 674); Blue value is 251 (98.44% from 255 or 37.24% from 674); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2B5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B5FB is #0D4A04. Grayscale: #CFCFCF. Windows color (decimal): -870917 or 16496114. OLE color: 16496114.

HSL color Cylindrical-coordinate representation of color #F2B5FB: hue angle of 292.29º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2B5FB is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB242181251-
CMYK0.040.2800.02
HSL292.29º89.74%84.71%-
HSV(B)292.29º27.89%98.43%-
XYZ70.5558.8998.92-
YUV207.22152.71152.81-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.91%
GREEN value IS 181 (71.09% from 255) = 26.85%
BLUE value IS 251 (98.44% from 255) = 37.24%
R=35.91%
G=26.85%
B=37.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2421812510.040.2800.02292.2989.7484.71
HexF2B5FB41C021245a55
Octal36226537343402444132125
Binary1111001010110101111110111001110001010010010010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B5FB; }

 p { color: rgb(242,181,251); }

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

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

 a { background-color: rgb(242,181,251); }

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

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

 span { border-color: rgb(242,181,251); }

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