Html Css Color HEX #F9BBFF Mauve

📋 copy color: '#F9BBFF'

red 249 ◦ green 187 ◦ blue 255

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

Shades of Mauve #F9BBFF

Tints of Mauve #F9BBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.9%

R = 36.03%
G = 27.06%
B = 36.9%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F9BBFF (or 0xF9BBFF) is known color: Mauve. HEX triplet: F9, BB and FF. RGB value is (249,187,255). Sum of RGB (Red+Green+Blue) = 249+187+255=691 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.03% from 691); Green value is 187 (73.44% from 255 or 27.06% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9BBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BBFF is #064400. Grayscale: #D5D5D5. Windows color (decimal): -410625 or 16759801. OLE color: 16759801.

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

Color convert

RGB 249 187 255 -
CMYK 0.02 0.27 0 0
HSL 294.71º 1% 0.87% -
HSV(B) 294.71º 0.27% 1% -
XYZ 74.89 62.9 102.8 -
YUV 213.29 151.54 153.47 -
System Red Green Blue C M Y K H S L
Decimal 249 187 255 0.02 0.27 0 0 294.71 1 0.87
Hex F9 BB FF 2 1B 0 0 127 64 57
Octal 371 273 377 2 33 0 0 447 144 127
Binary 11111001 10111011 11111111 10 11011 0 0 100100111 1100100 1010111

Color Harmonies of #F9BBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BBFF

Black with #F9BBFF

Text Example


Text Example

White with #F9BBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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