#F9B8FC

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

Shades of Mauve #F9B8FC

Tints of Mauve #F9B8FC

Color information

#F9B8FC (or 0xF9B8FC) is unknown color: approx Mauve. HEX triplet: F9, B8 and FC. RGB value is (249,184,252). Sum of RGB (Red+Green+Blue) = 249+184+252=685 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.35% from 685); Green value is 184 (72.27% from 255 or 26.86% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9B8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9B8FC is #064703. Grayscale: #D2D2D2. Windows color (decimal): -411396 or 16562425. OLE color: 16562425.

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

Color convert

RGB249184252-
CMYK0.010.2700.01
HSL297.35º91.89%85.49%-
HSV(B)297.35º26.98%98.82%-
XYZ73.7861.45100.07-
YUV211.19151.03154.97-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.35%
GREEN value IS 184 (72.27% from 255) = 26.86%
BLUE value IS 252 (98.83% from 255) = 36.79%
R=36.35%
G=26.86%
B=36.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2491842520.010.2700.01297.3591.8985.49
HexF9B8FC11B011295c55
Octal37127037413301451134125
Binary1111100110111000111111001110110110010100110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B8FC; }

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

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

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

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

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

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

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

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