#F5B0FE

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

Shades of Mauve #F5B0FE

Tints of Mauve #F5B0FE

Color information

#F5B0FE (or 0xF5B0FE) is unknown color: approx Mauve. HEX triplet: F5, B0 and FE. RGB value is (245,176,254). Sum of RGB (Red+Green+Blue) = 245+176+254=675 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.30% from 675); Green value is 176 (69.14% from 255 or 26.07% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5B0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5B0FE is #0A4F01. Grayscale: #CDCDCD. Windows color (decimal): -675586 or 16691445. OLE color: 16691445.

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

Color convert

RGB245176254-
CMYK0.040.3100.00
HSL293.08º97.5%84.31%-
HSV(B)293.08º30.71%99.61%-
XYZ71.0757.62101.14-
YUV205.52155.36156.16-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.30%
GREEN value IS 176 (69.14% from 255) = 26.07%
BLUE value IS 254 (99.61% from 255) = 37.63%
R=36.30%
G=26.07%
B=37.63%

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
Decimal2451762540.040.3100.00293.0897.584.31
HexF5B0FE41F001256254
Octal36526037643700445142124
Binary111101011011000011111110100111110010010010111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B0FE; }

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

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

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

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

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

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

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

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