Html Css Color HEX #F9BBFD Mauve

📋 copy color: '#F9BBFD'

red 249 ◦ green 187 ◦ blue 253

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

Shades of Mauve #F9BBFD

Tints of Mauve #F9BBFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.72%

R = 36.14%
G = 27.14%
B = 36.72%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F9BBFD (or 0xF9BBFD) is known color: Mauve. HEX triplet: F9, BB and FD. RGB value is (249,187,253). Sum of RGB (Red+Green+Blue) = 249+187+253=689 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.14% from 689); Green value is 187 (73.44% from 255 or 27.14% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9BBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BBFD is #064402. Grayscale: #D4D4D4. Windows color (decimal): -410627 or 16628729. OLE color: 16628729.

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

Color convert

RGB 249 187 253 -
CMYK 0.02 0.26 0 0.01
HSL 296.36º 0.94% 0.86% -
HSV(B) 296.36º 0.26% 0.99% -
XYZ 74.57 62.77 101.11 -
YUV 213.06 150.54 153.63 -
System Red Green Blue C M Y K H S L
Decimal 249 187 253 0.02 0.26 0 0.01 296.36 0.94 0.86
Hex F9 BB FD 2 1A 0 1 128 5E 56
Octal 371 273 375 2 32 0 1 450 136 126
Binary 11111001 10111011 11111101 10 11010 0 1 100101000 1011110 1010110

Color Harmonies of #F9BBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BBFD

Black with #F9BBFD

Text Example


Text Example

White with #F9BBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BBFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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