Html Css Color HEX #F9B9FC Mauve

📋 copy color: '#F9B9FC'

red 249 ◦ green 185 ◦ blue 252

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

Shades of Mauve #F9B9FC

Tints of Mauve #F9B9FC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 26.97%

 BLUE value IS 252 (98.83% from 255) = 36.73%

R = 36.3%
G = 26.97%
B = 36.73%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F9B9FC (or 0xF9B9FC) is known color: Mauve. HEX triplet: F9, B9 and FC. RGB value is (249,185,252). Sum of RGB (Red+Green+Blue) = 249+185+252=686 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.30% from 686); Green value is 185 (72.66% from 255 or 26.97% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9B9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9B9FC is #064603. Grayscale: #D3D3D3. Windows color (decimal): -411140 or 16562681. OLE color: 16562681.

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

Color convert

RGB 249 185 252 -
CMYK 0.01 0.27 0 0.01
HSL 297.31º 0.92% 0.86% -
HSV(B) 297.31º 0.27% 0.99% -
XYZ 73.99 61.87 100.14 -
YUV 211.77 150.7 154.55 -
System Red Green Blue C M Y K H S L
Decimal 249 185 252 0.01 0.27 0 0.01 297.31 0.92 0.86
Hex F9 B9 FC 1 1B 0 1 129 5C 56
Octal 371 271 374 1 33 0 1 451 134 126
Binary 11111001 10111001 11111100 1 11011 0 1 100101001 1011100 1010110

Color Harmonies of #F9B9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B9FC

Black with #F9B9FC

Text Example


Text Example

White with #F9B9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B9FC; }

 p { color: rgb(249,185,252); }

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

background-color css

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

 a { background-color: rgb(249,185,252); }

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

border-color css

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

 span { border-color: rgb(249,185,252); }

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