#F9B4FF

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

Shades of Mauve #F9B4FF

Tints of Mauve #F9B4FF

Color information

#F9B4FF (or 0xF9B4FF) is unknown color: approx Mauve. HEX triplet: F9, B4 and FF. RGB value is (249,180,255). Sum of RGB (Red+Green+Blue) = 249+180+255=684 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.40% from 684); Green value is 180 (70.70% from 255 or 26.32% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9B4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9B4FF is #064B00. Grayscale: #D0D0D0. Windows color (decimal): -412417 or 16758009. OLE color: 16758009.

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

Color convert

RGB249180255-
CMYK0.020.2900
HSL295.2º100%85.29%-
HSV(B)295.2º29.41%100%-
XYZ73.4460102.32-
YUV209.18153.86156.4-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.40%
GREEN value IS 180 (70.70% from 255) = 26.32%
BLUE value IS 255 (100% from 255) = 37.28%
R=36.40%
G=26.32%
B=37.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2491802550.020.2900295.210085.29
HexF9B4FF21D001276455
Octal37126437723500447144125
Binary11111001101101001111111110111010010010011111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B4FF; }

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

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

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

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

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

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

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

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