Html Css Color HEX #F9B6FF Mauve

📋 copy color: '#F9B6FF'

red 249 ◦ green 182 ◦ blue 255

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

Shades of Mauve #F9B6FF

Tints of Mauve #F9B6FF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 26.53%

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

R = 36.3%
G = 26.53%
B = 37.17%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F9B6FF (or 0xF9B6FF) is known color: Mauve. HEX triplet: F9, B6 and FF. RGB value is (249,182,255). Sum of RGB (Red+Green+Blue) = 249+182+255=686 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.30% from 686); Green value is 182 (71.48% from 255 or 26.53% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9B6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9B6FF is #064900. Grayscale: #D2D2D2. Windows color (decimal): -411905 or 16758521. OLE color: 16758521.

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

Color convert

RGB 249 182 255 -
CMYK 0.02 0.29 0 0
HSL 295.07º 1% 0.86% -
HSV(B) 295.07º 0.29% 1% -
XYZ 73.84 60.82 102.45 -
YUV 210.36 153.2 155.56 -
System Red Green Blue C M Y K H S L
Decimal 249 182 255 0.02 0.29 0 0 295.07 1 0.86
Hex F9 B6 FF 2 1D 0 0 127 64 56
Octal 371 266 377 2 35 0 0 447 144 126
Binary 11111001 10110110 11111111 10 11101 0 0 100100111 1100100 1010110

Color Harmonies of #F9B6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B6FF

Black with #F9B6FF

Text Example


Text Example

White with #F9B6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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