Html Css Color HEX #F2AAF8 Mauve

📋 copy color: '#F2AAF8'

red 242 ◦ green 170 ◦ blue 248

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

Shades of Mauve #F2AAF8

Tints of Mauve #F2AAF8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 25.76%

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

R = 36.67%
G = 25.76%
B = 37.58%

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

#F2AAF8 (or 0xF2AAF8) is known color: Mauve. HEX triplet: F2, AA and F8. RGB value is (242,170,248). Sum of RGB (Red+Green+Blue) = 242+170+248=660 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.67% from 660); Green value is 170 (66.80% from 255 or 25.76% from 660); Blue value is 248 (97.27% from 255 or 37.58% from 660); Max value from RGB is 248 - color contains mainly: blue. Hex color #F2AAF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AAF8 is #0D5507. Grayscale: #C8C8C8. Windows color (decimal): -873736 or 16296690. OLE color: 16296690.

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

Color convert

RGB 242 170 248 -
CMYK 0.02 0.31 0 0.03
HSL 295.38º 0.85% 0.82% -
HSV(B) 295.38º 0.31% 0.97% -
XYZ 67.94 54.4 95.73 -
YUV 200.42 154.85 157.66 -
System Red Green Blue C M Y K H S L
Decimal 242 170 248 0.02 0.31 0 0.03 295.38 0.85 0.82
Hex F2 AA F8 2 1F 0 3 127 55 52
Octal 362 252 370 2 37 0 3 447 125 122
Binary 11110010 10101010 11111000 10 11111 0 11 100100111 1010101 1010010

Color Harmonies of #F2AAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AAF8

Black with #F2AAF8

Text Example


Text Example

White with #F2AAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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