Html Css Color HEX #F1AEF7 Mauve

📋 copy color: '#F1AEF7'

red 241 ◦ green 174 ◦ blue 247

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

Shades of Mauve #F1AEF7

Tints of Mauve #F1AEF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 37.31%

R = 36.4%
G = 26.28%
B = 37.31%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F1AEF7 (or 0xF1AEF7) is known color: Mauve. HEX triplet: F1, AE and F7. RGB value is (241,174,247). Sum of RGB (Red+Green+Blue) = 241+174+247=662 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.40% from 662); Green value is 174 (68.36% from 255 or 26.28% from 662); Blue value is 247 (96.88% from 255 or 37.31% from 662); Max value from RGB is 247 - color contains mainly: blue. Hex color #F1AEF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1AEF7 is #0E5108. Grayscale: #CACACA. Windows color (decimal): -938249 or 16232177. OLE color: 16232177.

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

Color convert

RGB 241 174 247 -
CMYK 0.02 0.30 0 0.03
HSL 295.07º 0.82% 0.83% -
HSV(B) 295.07º 0.3% 0.97% -
XYZ 68.2 55.69 95.15 -
YUV 202.36 153.2 155.56 -
System Red Green Blue C M Y K H S L
Decimal 241 174 247 0.02 0.30 0 0.03 295.07 0.82 0.83
Hex F1 AE F7 2 1E 0 3 127 52 53
Octal 361 256 367 2 36 0 3 447 122 123
Binary 11110001 10101110 11110111 10 11110 0 11 100100111 1010010 1010011

Color Harmonies of #F1AEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AEF7

Black with #F1AEF7

Text Example


Text Example

White with #F1AEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AEF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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