Html Css Color HEX #F1AEF8 Mauve

📋 copy color: '#F1AEF8'

red 241 ◦ green 174 ◦ blue 248

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

Shades of Mauve #F1AEF8

Tints of Mauve #F1AEF8

RGB

 RED value IS 241 (94.53% from 255) = 36.35%

 GREEN value IS 174 (68.36% from 255) = 26.24%

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

R = 36.35%
G = 26.24%
B = 37.41%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F1AEF8 (or 0xF1AEF8) is known color: Mauve. HEX triplet: F1, AE and F8. RGB value is (241,174,248). Sum of RGB (Red+Green+Blue) = 241+174+248=663 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.35% from 663); Green value is 174 (68.36% from 255 or 26.24% from 663); Blue value is 248 (97.27% from 255 or 37.41% from 663); Max value from RGB is 248 - color contains mainly: blue. Hex color #F1AEF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1AEF8 is #0E5107. Grayscale: #CACACA. Windows color (decimal): -938248 or 16297713. OLE color: 16297713.

HSL color Cylindrical-coordinate representation of color #F1AEF8: hue angle of 294.32º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1AEF8 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 241 174 248 -
CMYK 0.03 0.30 0 0.03
HSL 294.32º 0.84% 0.83% -
HSV(B) 294.32º 0.3% 0.97% -
XYZ 68.35 55.75 95.97 -
YUV 202.47 153.7 155.48 -
System Red Green Blue C M Y K H S L
Decimal 241 174 248 0.03 0.30 0 0.03 294.32 0.84 0.83
Hex F1 AE F8 3 1E 0 3 126 54 53
Octal 361 256 370 3 36 0 3 446 124 123
Binary 11110001 10101110 11111000 11 11110 0 11 100100110 1010100 1010011

Color Harmonies of #F1AEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AEF8

Black with #F1AEF8

Text Example


Text Example

White with #F1AEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AEF8; }

 p { color: rgb(241,174,248); }

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

background-color css

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

 a { background-color: rgb(241,174,248); }

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

border-color css

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

 span { border-color: rgb(241,174,248); }

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