#F3B0FE

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

Shades of Mauve #F3B0FE

Tints of Mauve #F3B0FE

Color information

#F3B0FE (or 0xF3B0FE) is unknown color: approx Mauve. HEX triplet: F3, B0 and FE. RGB value is (243,176,254). Sum of RGB (Red+Green+Blue) = 243+176+254=673 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.11% from 673); Green value is 176 (69.14% from 255 or 26.15% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3B0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3B0FE is #0C4F01. Grayscale: #CCCCCC. Windows color (decimal): -806658 or 16691443. OLE color: 16691443.

HSL color Cylindrical-coordinate representation of color #F3B0FE: hue angle of 291.54º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F3B0FE is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB243176254-
CMYK0.040.3100.00
HSL291.54º97.5%84.31%-
HSV(B)291.54º30.71%99.61%-
XYZ70.3857.26101.11-
YUV204.92155.7155.16-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.11%
GREEN value IS 176 (69.14% from 255) = 26.15%
BLUE value IS 254 (99.61% from 255) = 37.74%
R=36.11%
G=26.15%
B=37.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2431762540.040.3100.00291.5497.584.31
HexF3B0FE41F001246254
Octal36326037643700444142124
Binary111100111011000011111110100111110010010010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B0FE; }

 p { color: rgb(243,176,254); }

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

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

 a { background-color: rgb(243,176,254); }

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

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

 span { border-color: rgb(243,176,254); }

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