Html Css Color HEX #F8ABFC Mauve

📋 copy color: '#F8ABFC'

red 248 ◦ green 171 ◦ blue 252

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

Shades of Mauve #F8ABFC

Tints of Mauve #F8ABFC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 25.48%

 BLUE value IS 252 (98.83% from 255) = 37.56%

R = 36.96%
G = 25.48%
B = 37.56%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F8ABFC (or 0xF8ABFC) is known color: Mauve. HEX triplet: F8, AB and FC. RGB value is (248,171,252). Sum of RGB (Red+Green+Blue) = 248+171+252=671 (88% of max value = 765). Red value is 248 (97.27% from 255 or 36.96% from 671); Green value is 171 (67.19% from 255 or 25.48% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #F8ABFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ABFC is #075403. Grayscale: #CBCBCB. Windows color (decimal): -480260 or 16559096. OLE color: 16559096.

HSL color Cylindrical-coordinate representation of color #F8ABFC: hue angle of 297.04º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8ABFC is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 248 171 252 -
CMYK 0.02 0.32 0 0.01
HSL 297.04º 0.93% 0.83% -
HSV(B) 297.04º 0.32% 0.99% -
XYZ 70.84 56.11 99.19 -
YUV 203.26 155.51 159.91 -
System Red Green Blue C M Y K H S L
Decimal 248 171 252 0.02 0.32 0 0.01 297.04 0.93 0.83
Hex F8 AB FC 2 20 0 1 129 5D 53
Octal 370 253 374 2 40 0 1 451 135 123
Binary 11111000 10101011 11111100 10 100000 0 1 100101001 1011101 1010011

Color Harmonies of #F8ABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ABFC

Black with #F8ABFC

Text Example


Text Example

White with #F8ABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ABFC; }

 p { color: rgb(248,171,252); }

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

background-color css

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

 a { background-color: rgb(248,171,252); }

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

border-color css

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

 span { border-color: rgb(248,171,252); }

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