#F9B5FC

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

Shades of Mauve #F9B5FC

Tints of Mauve #F9B5FC

Color information

#F9B5FC (or 0xF9B5FC) is unknown color: approx Mauve. HEX triplet: F9, B5 and FC. RGB value is (249,181,252). Sum of RGB (Red+Green+Blue) = 249+181+252=682 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.51% from 682); Green value is 181 (71.09% from 255 or 26.54% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9B5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9B5FC is #064A03. Grayscale: #D1D1D1. Windows color (decimal): -412164 or 16561657. OLE color: 16561657.

HSL color Cylindrical-coordinate representation of color #F9B5FC: hue angle of 297.46º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F9B5FC is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB249181252-
CMYK0.010.2800.01
HSL297.46º92.21%84.9%-
HSV(B)297.46º28.17%98.82%-
XYZ73.1660.2299.86-
YUV209.43152.03156.23-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.51%
GREEN value IS 181 (71.09% from 255) = 26.54%
BLUE value IS 252 (98.83% from 255) = 36.95%
R=36.51%
G=26.54%
B=36.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2491812520.010.2800.01297.4692.2184.9
HexF9B5FC11C011295c55
Octal37126537413401451134125
Binary1111100110110101111111001111000110010100110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B5FC; }

 p { color: rgb(249,181,252); }

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

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

 a { background-color: rgb(249,181,252); }

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

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

 span { border-color: rgb(249,181,252); }

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