Html Css Color HEX #F1AEFB Mauve

📋 copy color: '#F1AEFB'

red 241 ◦ green 174 ◦ blue 251

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

Shades of Mauve #F1AEFB

Tints of Mauve #F1AEFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.69%

R = 36.19%
G = 26.13%
B = 37.69%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F1AEFB (or 0xF1AEFB) is known color: Mauve. HEX triplet: F1, AE and FB. RGB value is (241,174,251). Sum of RGB (Red+Green+Blue) = 241+174+251=666 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.19% from 666); Green value is 174 (68.36% from 255 or 26.13% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1AEFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1AEFB is #0E5104. Grayscale: #CACACA. Windows color (decimal): -938245 or 16494321. OLE color: 16494321.

HSL color Cylindrical-coordinate representation of color #F1AEFB: hue angle of 292.21º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1AEFB is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 174 251 -
CMYK 0.04 0.31 0 0.02
HSL 292.21º 0.91% 0.83% -
HSV(B) 292.21º 0.31% 0.98% -
XYZ 68.82 55.94 98.44 -
YUV 202.81 155.2 155.24 -
System Red Green Blue C M Y K H S L
Decimal 241 174 251 0.04 0.31 0 0.02 292.21 0.91 0.83
Hex F1 AE FB 4 1F 0 2 124 5B 53
Octal 361 256 373 4 37 0 2 444 133 123
Binary 11110001 10101110 11111011 100 11111 0 10 100100100 1011011 1010011

Color Harmonies of #F1AEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AEFB

Black with #F1AEFB

Text Example


Text Example

White with #F1AEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AEFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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