Html Css Color HEX #F7A8FF Mauve

📋 copy color: '#F7A8FF'

red 247 ◦ green 168 ◦ blue 255

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

Shades of Mauve #F7A8FF

Tints of Mauve #F7A8FF

RGB

 RED value IS 247 (96.88% from 255) = 36.87%

 GREEN value IS 168 (66.02% from 255) = 25.07%

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

R = 36.87%
G = 25.07%
B = 38.06%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F7A8FF (or 0xF7A8FF) is known color: Mauve. HEX triplet: F7, A8 and FF. RGB value is (247,168,255). Sum of RGB (Red+Green+Blue) = 247+168+255=670 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.87% from 670); Green value is 168 (66.02% from 255 or 25.07% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7A8FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A8FF is #085700. Grayscale: #C9C9C9. Windows color (decimal): -546561 or 16754935. OLE color: 16754935.

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

Color convert

RGB 247 168 255 -
CMYK 0.03 0.34 0 0
HSL 294.48º 1% 0.83% -
HSV(B) 294.48º 0.34% 1% -
XYZ 70.41 55 101.51 -
YUV 201.54 158.17 160.43 -
System Red Green Blue C M Y K H S L
Decimal 247 168 255 0.03 0.34 0 0 294.48 1 0.83
Hex F7 A8 FF 3 22 0 0 126 64 53
Octal 367 250 377 3 42 0 0 446 144 123
Binary 11110111 10101000 11111111 11 100010 0 0 100100110 1100100 1010011

Color Harmonies of #F7A8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A8FF

Black with #F7A8FF

Text Example


Text Example

White with #F7A8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A8FF; }

 p { color: rgb(247,168,255); }

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

background-color css

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

 a { background-color: rgb(247,168,255); }

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

border-color css

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

 span { border-color: rgb(247,168,255); }

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