Html Css Color HEX #F9ADFF Mauve

📋 copy color: '#F9ADFF'

red 249 ◦ green 173 ◦ blue 255

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

Shades of Mauve #F9ADFF

Tints of Mauve #F9ADFF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 25.55%

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

R = 36.78%
G = 25.55%
B = 37.67%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F9ADFF (or 0xF9ADFF) is known color: Mauve. HEX triplet: F9, AD and FF. RGB value is (249,173,255). Sum of RGB (Red+Green+Blue) = 249+173+255=677 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.78% from 677); Green value is 173 (67.97% from 255 or 25.55% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9ADFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9ADFF is #065200. Grayscale: #CCCCCC. Windows color (decimal): -414209 or 16756217. OLE color: 16756217.

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

Color convert

RGB 249 173 255 -
CMYK 0.02 0.32 0 0
HSL 295.61º 1% 0.84% -
HSV(B) 295.61º 0.32% 1% -
XYZ 72.06 57.25 101.86 -
YUV 205.07 156.18 159.33 -
System Red Green Blue C M Y K H S L
Decimal 249 173 255 0.02 0.32 0 0 295.61 1 0.84
Hex F9 AD FF 2 20 0 0 128 64 54
Octal 371 255 377 2 40 0 0 450 144 124
Binary 11111001 10101101 11111111 10 100000 0 0 100101000 1100100 1010100

Color Harmonies of #F9ADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ADFF

Black with #F9ADFF

Text Example


Text Example

White with #F9ADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ADFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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