#F5B2FC

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

Shades of Mauve #F5B2FC

Tints of Mauve #F5B2FC

Color information

#F5B2FC (or 0xF5B2FC) is unknown color: approx Mauve. HEX triplet: F5, B2 and FC. RGB value is (245,178,252). Sum of RGB (Red+Green+Blue) = 245+178+252=675 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.30% from 675); Green value is 178 (69.92% from 255 or 26.37% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5B2FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5B2FC is #0A4D03. Grayscale: #CECECE. Windows color (decimal): -675076 or 16560885. OLE color: 16560885.

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

Color convert

RGB245178252-
CMYK0.030.2900.01
HSL294.32º92.5%84.31%-
HSV(B)294.32º29.37%98.82%-
XYZ71.1558.2899.6-
YUV206.47153.7155.48-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.30%
GREEN value IS 178 (69.92% from 255) = 26.37%
BLUE value IS 252 (98.83% from 255) = 37.33%
R=36.30%
G=26.37%
B=37.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2451782520.030.2900.01294.3292.584.31
HexF5B2FC31D011265c54
Octal36526237433501446134124
Binary11110101101100101111110011111010110010011010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B2FC; }

 p { color: rgb(245,178,252); }

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

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

 a { background-color: rgb(245,178,252); }

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

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

 span { border-color: rgb(245,178,252); }

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