Html Css Color HEX #F8ADFF Mauve

📋 copy color: '#F8ADFF'

red 248 ◦ green 173 ◦ blue 255

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

Shades of Mauve #F8ADFF

Tints of Mauve #F8ADFF

RGB

 RED value IS 248 (97.27% from 255) = 36.69%

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

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

R = 36.69%
G = 25.59%
B = 37.72%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F8ADFF (or 0xF8ADFF) is known color: Mauve. HEX triplet: F8, AD and FF. RGB value is (248,173,255). Sum of RGB (Red+Green+Blue) = 248+173+255=676 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.69% from 676); Green value is 173 (67.97% from 255 or 25.59% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8ADFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ADFF is #075200. Grayscale: #CCCCCC. Windows color (decimal): -479745 or 16756216. OLE color: 16756216.

HSL color Cylindrical-coordinate representation of color #F8ADFF: hue angle of 294.88º 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 #F8ADFF is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 248 173 255 -
CMYK 0.03 0.32 0 0
HSL 294.88º 1% 0.84% -
HSV(B) 294.88º 0.32% 1% -
XYZ 71.7 57.06 101.84 -
YUV 204.77 156.35 158.83 -
System Red Green Blue C M Y K H S L
Decimal 248 173 255 0.03 0.32 0 0 294.88 1 0.84
Hex F8 AD FF 3 20 0 0 127 64 54
Octal 370 255 377 3 40 0 0 447 144 124
Binary 11111000 10101101 11111111 11 100000 0 0 100100111 1100100 1010100

Color Harmonies of #F8ADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ADFF

Black with #F8ADFF

Text Example


Text Example

White with #F8ADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ADFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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