Html Css Color HEX #F9B8FE Mauve

📋 copy color: '#F9B8FE'

red 249 ◦ green 184 ◦ blue 254

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

Shades of Mauve #F9B8FE

Tints of Mauve #F9B8FE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 26.78%

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

R = 36.24%
G = 26.78%
B = 36.97%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F9B8FE (or 0xF9B8FE) is known color: Mauve. HEX triplet: F9, B8 and FE. RGB value is (249,184,254). Sum of RGB (Red+Green+Blue) = 249+184+254=687 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.24% from 687); Green value is 184 (72.27% from 255 or 26.78% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9B8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9B8FE is #064701. Grayscale: #D3D3D3. Windows color (decimal): -411394 or 16693497. OLE color: 16693497.

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

Color convert

RGB 249 184 254 -
CMYK 0.02 0.28 0 0.00
HSL 295.71º 0.97% 0.86% -
HSV(B) 295.71º 0.28% 1% -
XYZ 74.1 61.58 101.75 -
YUV 211.42 152.03 154.81 -
System Red Green Blue C M Y K H S L
Decimal 249 184 254 0.02 0.28 0 0.00 295.71 0.97 0.86
Hex F9 B8 FE 2 1C 0 0 128 61 56
Octal 371 270 376 2 34 0 0 450 141 126
Binary 11111001 10111000 11111110 10 11100 0 0 100101000 1100001 1010110

Color Harmonies of #F9B8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B8FE

Black with #F9B8FE

Text Example


Text Example

White with #F9B8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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