Html Css Color HEX #F9BBFE Mauve

📋 copy color: '#F9BBFE'

red 249 ◦ green 187 ◦ blue 254

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

Shades of Mauve #F9BBFE

Tints of Mauve #F9BBFE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 27.1%

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

R = 36.09%
G = 27.1%
B = 36.81%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F9BBFE (or 0xF9BBFE) is known color: Mauve. HEX triplet: F9, BB and FE. RGB value is (249,187,254). Sum of RGB (Red+Green+Blue) = 249+187+254=690 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.09% from 690); Green value is 187 (73.44% from 255 or 27.10% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9BBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BBFE is #064401. Grayscale: #D4D4D4. Windows color (decimal): -410626 or 16694265. OLE color: 16694265.

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

Color convert

RGB 249 187 254 -
CMYK 0.02 0.26 0 0.00
HSL 295.52º 0.97% 0.86% -
HSV(B) 295.52º 0.26% 1% -
XYZ 74.73 62.84 101.96 -
YUV 213.18 151.04 153.55 -
System Red Green Blue C M Y K H S L
Decimal 249 187 254 0.02 0.26 0 0.00 295.52 0.97 0.86
Hex F9 BB FE 2 1A 0 0 128 61 56
Octal 371 273 376 2 32 0 0 450 141 126
Binary 11111001 10111011 11111110 10 11010 0 0 100101000 1100001 1010110

Color Harmonies of #F9BBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BBFE

Black with #F9BBFE

Text Example


Text Example

White with #F9BBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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