Html Css Color HEX #F1AEFF Mauve

📋 copy color: '#F1AEFF'

red 241 ◦ green 174 ◦ blue 255

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

Shades of Mauve #F1AEFF

Tints of Mauve #F1AEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.06%

R = 35.97%
G = 25.97%
B = 38.06%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F1AEFF (or 0xF1AEFF) is known color: Mauve. HEX triplet: F1, AE and FF. RGB value is (241,174,255). Sum of RGB (Red+Green+Blue) = 241+174+255=670 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.97% from 670); Green value is 174 (68.36% from 255 or 25.97% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1AEFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1AEFF is #0E5100. Grayscale: #CBCBCB. Windows color (decimal): -938241 or 16756465. OLE color: 16756465.

HSL color Cylindrical-coordinate representation of color #F1AEFF: hue angle of 289.63º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1AEFF is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 241 174 255 -
CMYK 0.05 0.32 0 0
HSL 289.63º 1% 0.84% -
HSV(B) 289.63º 0.32% 1% -
XYZ 69.46 56.19 101.79 -
YUV 203.27 157.2 154.91 -
System Red Green Blue C M Y K H S L
Decimal 241 174 255 0.05 0.32 0 0 289.63 1 0.84
Hex F1 AE FF 5 20 0 0 122 64 54
Octal 361 256 377 5 40 0 0 442 144 124
Binary 11110001 10101110 11111111 101 100000 0 0 100100010 1100100 1010100

Color Harmonies of #F1AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AEFF

Black with #F1AEFF

Text Example


Text Example

White with #F1AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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