Html Css Color HEX #F9B3FE Mauve

📋 copy color: '#F9B3FE'

red 249 ◦ green 179 ◦ blue 254

#F9B3FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #F9B3FE

Tints of Mauve #F9B3FE

RGB

 RED value IS 249 (97.66% from 255) = 36.51%

 GREEN value IS 179 (70.31% from 255) = 26.25%

 BLUE value IS 254 (99.61% from 255) = 37.24%

R = 36.51%
G = 26.25%
B = 37.24%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F9B3FE (or 0xF9B3FE) is known color: Mauve. HEX triplet: F9, B3 and FE. RGB value is (249,179,254). Sum of RGB (Red+Green+Blue) = 249+179+254=682 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.51% from 682); Green value is 179 (70.31% from 255 or 26.25% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9B3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9B3FE is #064C01. Grayscale: #D0D0D0. Windows color (decimal): -412674 or 16692217. OLE color: 16692217.

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

Color convert

RGB 249 179 254 -
CMYK 0.02 0.30 0 0.00
HSL 296º 0.97% 0.85% -
HSV(B) 296º 0.3% 1% -
XYZ 73.08 59.54 101.41 -
YUV 208.48 153.69 156.9 -
System Red Green Blue C M Y K H S L
Decimal 249 179 254 0.02 0.30 0 0.00 296 0.97 0.85
Hex F9 B3 FE 2 1E 0 0 128 61 55
Octal 371 263 376 2 36 0 0 450 141 125
Binary 11111001 10110011 11111110 10 11110 0 0 100101000 1100001 1010101

Color Harmonies of #F9B3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B3FE

Black with #F9B3FE

Text Example


Text Example

White with #F9B3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B3FE; }

 p { color: rgb(249,179,254); }

 H1.HeaderClassName
 {
   color: #F9B3FE;
 }
 .AnyTagClassName
 {
   color: #F9B3FE;
 }
</style>

background-color css

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

 a { background-color: rgb(249,179,254); }

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

border-color css

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

 span { border-color: rgb(249,179,254); }

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