Html Css Color HEX #F9BFFF Mauve

📋 copy color: '#F9BFFF'

red 249 ◦ green 191 ◦ blue 255

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

Shades of Mauve #F9BFFF

Tints of Mauve #F9BFFF

RGB

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

 GREEN value IS 191 (75% from 255) = 27.48%

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

R = 35.83%
G = 27.48%
B = 36.69%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F9BFFF (or 0xF9BFFF) is known color: Mauve. HEX triplet: F9, BF and FF. RGB value is (249,191,255). Sum of RGB (Red+Green+Blue) = 249+191+255=695 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.83% from 695); Green value is 191 (75% from 255 or 27.48% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9BFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BFFF is #064000. Grayscale: #D7D7D7. Windows color (decimal): -409601 or 16760825. OLE color: 16760825.

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

Color convert

RGB 249 191 255 -
CMYK 0.02 0.25 0 0
HSL 294.38º 1% 0.87% -
HSV(B) 294.38º 0.25% 1% -
XYZ 75.75 64.62 103.09 -
YUV 215.64 150.22 151.8 -
System Red Green Blue C M Y K H S L
Decimal 249 191 255 0.02 0.25 0 0 294.38 1 0.87
Hex F9 BF FF 2 19 0 0 126 64 57
Octal 371 277 377 2 31 0 0 446 144 127
Binary 11111001 10111111 11111111 10 11001 0 0 100100110 1100100 1010111

Color Harmonies of #F9BFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BFFF

Black with #F9BFFF

Text Example


Text Example

White with #F9BFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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