Html Css Color HEX #F7A8FE Mauve

📋 copy color: '#F7A8FE'

red 247 ◦ green 168 ◦ blue 254

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

Shades of Mauve #F7A8FE

Tints of Mauve #F7A8FE

RGB

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

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

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

R = 36.92%
G = 25.11%
B = 37.97%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F7A8FE (or 0xF7A8FE) is known color: Mauve. HEX triplet: F7, A8 and FE. RGB value is (247,168,254). Sum of RGB (Red+Green+Blue) = 247+168+254=669 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.92% from 669); Green value is 168 (66.02% from 255 or 25.11% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7A8FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A8FE is #085701. Grayscale: #C9C9C9. Windows color (decimal): -546562 or 16689399. OLE color: 16689399.

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

Color convert

RGB 247 168 254 -
CMYK 0.03 0.34 0 0.00
HSL 295.12º 0.98% 0.83% -
HSV(B) 295.12º 0.34% 1% -
XYZ 70.25 54.94 100.67 -
YUV 201.43 157.67 160.51 -
System Red Green Blue C M Y K H S L
Decimal 247 168 254 0.03 0.34 0 0.00 295.12 0.98 0.83
Hex F7 A8 FE 3 22 0 0 127 62 53
Octal 367 250 376 3 42 0 0 447 142 123
Binary 11110111 10101000 11111110 11 100010 0 0 100100111 1100010 1010011

Color Harmonies of #F7A8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A8FE

Black with #F7A8FE

Text Example


Text Example

White with #F7A8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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