Html Css Color HEX #F8AFFE Mauve

📋 copy color: '#F8AFFE'

red 248 ◦ green 175 ◦ blue 254

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

Shades of Mauve #F8AFFE

Tints of Mauve #F8AFFE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 25.85%

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

R = 36.63%
G = 25.85%
B = 37.52%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F8AFFE (or 0xF8AFFE) is known color: Mauve. HEX triplet: F8, AF and FE. RGB value is (248,175,254). Sum of RGB (Red+Green+Blue) = 248+175+254=677 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.63% from 677); Green value is 175 (68.75% from 255 or 25.85% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8AFFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8AFFE is #075001. Grayscale: #CDCDCD. Windows color (decimal): -479234 or 16691192. OLE color: 16691192.

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

Color convert

RGB 248 175 254 -
CMYK 0.02 0.31 0 0.00
HSL 295.44º 0.98% 0.84% -
HSV(B) 295.44º 0.31% 1% -
XYZ 71.93 57.77 101.13 -
YUV 205.83 155.18 158.08 -
System Red Green Blue C M Y K H S L
Decimal 248 175 254 0.02 0.31 0 0.00 295.44 0.98 0.84
Hex F8 AF FE 2 1F 0 0 127 62 54
Octal 370 257 376 2 37 0 0 447 142 124
Binary 11111000 10101111 11111110 10 11111 0 0 100100111 1100010 1010100

Color Harmonies of #F8AFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AFFE

Black with #F8AFFE

Text Example


Text Example

White with #F8AFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AFFE; }

 p { color: rgb(248,175,254); }

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

background-color css

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

 a { background-color: rgb(248,175,254); }

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

border-color css

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

 span { border-color: rgb(248,175,254); }

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