Html Css Color HEX #F2ABF8 Mauve

📋 copy color: '#F2ABF8'

red 242 ◦ green 171 ◦ blue 248

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

Shades of Mauve #F2ABF8

Tints of Mauve #F2ABF8

RGB

 RED value IS 242 (94.92% from 255) = 36.61%

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

 BLUE value IS 248 (97.27% from 255) = 37.52%

R = 36.61%
G = 25.87%
B = 37.52%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F2ABF8 (or 0xF2ABF8) is known color: Mauve. HEX triplet: F2, AB and F8. RGB value is (242,171,248). Sum of RGB (Red+Green+Blue) = 242+171+248=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 171 (67.19% from 255 or 25.87% from 661); Blue value is 248 (97.27% from 255 or 37.52% from 661); Max value from RGB is 248 - color contains mainly: blue. Hex color #F2ABF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ABF8 is #0D5407. Grayscale: #C8C8C8. Windows color (decimal): -873480 or 16296946. OLE color: 16296946.

HSL color Cylindrical-coordinate representation of color #F2ABF8: hue angle of 295.32º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2ABF8 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 242 171 248 -
CMYK 0.02 0.31 0 0.03
HSL 295.32º 0.85% 0.82% -
HSV(B) 295.32º 0.31% 0.97% -
XYZ 68.12 54.78 95.79 -
YUV 201.01 154.52 157.24 -
System Red Green Blue C M Y K H S L
Decimal 242 171 248 0.02 0.31 0 0.03 295.32 0.85 0.82
Hex F2 AB F8 2 1F 0 3 127 55 52
Octal 362 253 370 2 37 0 3 447 125 122
Binary 11110010 10101011 11111000 10 11111 0 11 100100111 1010101 1010010

Color Harmonies of #F2ABF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ABF8

Black with #F2ABF8

Text Example


Text Example

White with #F2ABF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ABF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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