#F2B0FC

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

Shades of Mauve #F2B0FC

Tints of Mauve #F2B0FC

Color information

#F2B0FC (or 0xF2B0FC) is unknown color: approx Mauve. HEX triplet: F2, B0 and FC. RGB value is (242,176,252). Sum of RGB (Red+Green+Blue) = 242+176+252=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 176 (69.14% from 255 or 26.27% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2B0FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2B0FC is #0D4F03. Grayscale: #CCCCCC. Windows color (decimal): -872196 or 16560370. OLE color: 16560370.

HSL color Cylindrical-coordinate representation of color #F2B0FC: hue angle of 292.11º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2B0FC is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB242176252-
CMYK0.040.3000.01
HSL292.11º92.68%83.92%-
HSV(B)292.11º30.16%98.82%-
XYZ69.7156.9699.41-
YUV204.4154.87154.82-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.12%
GREEN value IS 176 (69.14% from 255) = 26.27%
BLUE value IS 252 (98.83% from 255) = 37.61%
R=36.12%
G=26.27%
B=37.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2421762520.040.3000.01292.1192.6883.92
HexF2B0FC41E011245d54
Octal36226037443601444135124
Binary111100101011000011111100100111100110010010010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B0FC; }

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

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

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

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

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

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

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

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