Html Css Color HEX #F8A7FE Mauve

📋 copy color: '#F8A7FE'

red 248 ◦ green 167 ◦ blue 254

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

Shades of Mauve #F8A7FE

Tints of Mauve #F8A7FE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 24.96%

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

R = 37.07%
G = 24.96%
B = 37.97%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F8A7FE (or 0xF8A7FE) is known color: Mauve. HEX triplet: F8, A7 and FE. RGB value is (248,167,254). Sum of RGB (Red+Green+Blue) = 248+167+254=669 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.07% from 669); Green value is 167 (65.62% from 255 or 24.96% 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 #F8A7FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A7FE is #075801. Grayscale: #C8C8C8. Windows color (decimal): -481282 or 16689144. OLE color: 16689144.

HSL color Cylindrical-coordinate representation of color #F8A7FE: hue angle of 295.86º 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 #F8A7FE is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 248 167 254 -
CMYK 0.02 0.34 0 0.00
HSL 295.86º 0.98% 0.83% -
HSV(B) 295.86º 0.34% 1% -
XYZ 70.42 54.75 100.62 -
YUV 201.14 157.84 161.43 -
System Red Green Blue C M Y K H S L
Decimal 248 167 254 0.02 0.34 0 0.00 295.86 0.98 0.83
Hex F8 A7 FE 2 22 0 0 128 62 53
Octal 370 247 376 2 42 0 0 450 142 123
Binary 11111000 10100111 11111110 10 100010 0 0 100101000 1100010 1010011

Color Harmonies of #F8A7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A7FE

Black with #F8A7FE

Text Example


Text Example

White with #F8A7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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