#F9BCFF

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

Shades of Mauve #F9BCFF

Tints of Mauve #F9BCFF

Color information

#F9BCFF (or 0xF9BCFF) is unknown color: approx Mauve. HEX triplet: F9, BC and FF. RGB value is (249,188,255). Sum of RGB (Red+Green+Blue) = 249+188+255=692 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.98% from 692); Green value is 188 (73.83% from 255 or 27.17% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9BCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BCFF is #064300. Grayscale: #D5D5D5. Windows color (decimal): -410369 or 16760057. OLE color: 16760057.

HSL color Cylindrical-coordinate representation of color #F9BCFF: hue angle of 294.63º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F9BCFF is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB249188255-
CMYK0.020.2600
HSL294.63º100%86.86%-
HSV(B)294.63º26.27%100%-
XYZ75.163.33102.87-
YUV213.88151.21153.05-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.98%
GREEN value IS 188 (73.83% from 255) = 27.17%
BLUE value IS 255 (100% from 255) = 36.85%
R=35.98%
G=27.17%
B=36.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2491882550.020.2600294.6310086.86
HexF9BCFF21A001276457
Octal37127437723200447144127
Binary11111001101111001111111110110100010010011111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BCFF; }

 p { color: rgb(249,188,255); }

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

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

 a { background-color: rgb(249,188,255); }

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

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

 span { border-color: rgb(249,188,255); }

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