Html Css Color HEX #F9B0FE Mauve

📋 copy color: '#F9B0FE'

red 249 ◦ green 176 ◦ blue 254

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

Shades of Mauve #F9B0FE

Tints of Mauve #F9B0FE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 25.92%

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

R = 36.67%
G = 25.92%
B = 37.41%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F9B0FE (or 0xF9B0FE) is known color: Mauve. HEX triplet: F9, B0 and FE. RGB value is (249,176,254). Sum of RGB (Red+Green+Blue) = 249+176+254=679 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.67% from 679); Green value is 176 (69.14% from 255 or 25.92% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9B0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9B0FE is #064F01. Grayscale: #CECECE. Windows color (decimal): -413442 or 16691449. OLE color: 16691449.

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

Color convert

RGB 249 176 254 -
CMYK 0.02 0.31 0 0.00
HSL 296.15º 0.98% 0.84% -
HSV(B) 296.15º 0.31% 1% -
XYZ 72.48 58.35 101.21 -
YUV 206.72 154.68 158.16 -
System Red Green Blue C M Y K H S L
Decimal 249 176 254 0.02 0.31 0 0.00 296.15 0.98 0.84
Hex F9 B0 FE 2 1F 0 0 128 62 54
Octal 371 260 376 2 37 0 0 450 142 124
Binary 11111001 10110000 11111110 10 11111 0 0 100101000 1100010 1010100

Color Harmonies of #F9B0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B0FE

Black with #F9B0FE

Text Example


Text Example

White with #F9B0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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