Html Css Color HEX #F1AFFA Mauve

📋 copy color: '#F1AFFA'

red 241 ◦ green 175 ◦ blue 250

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

Shades of Mauve #F1AFFA

Tints of Mauve #F1AFFA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 26.28%

 BLUE value IS 250 (98.05% from 255) = 37.54%

R = 36.19%
G = 26.28%
B = 37.54%

CMYK

 C value IS 0.04

 M value IS 0.3

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F1AFFA (or 0xF1AFFA) is known color: Mauve. HEX triplet: F1, AF and FA. RGB value is (241,175,250). Sum of RGB (Red+Green+Blue) = 241+175+250=666 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.19% from 666); Green value is 175 (68.75% from 255 or 26.28% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1AFFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1AFFA is #0E5005. Grayscale: #CBCBCB. Windows color (decimal): -937990 or 16429041. OLE color: 16429041.

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

Color convert

RGB 241 175 250 -
CMYK 0.04 0.3 0 0.02
HSL 292.8º 0.88% 0.83% -
HSV(B) 292.8º 0.3% 0.98% -
XYZ 68.86 56.26 97.67 -
YUV 203.28 154.37 154.9 -
System Red Green Blue C M Y K H S L
Decimal 241 175 250 0.04 0.3 0 0.02 292.8 0.88 0.83
Hex F1 AF FA 4 1E 0 2 125 58 53
Octal 361 257 372 4 36 0 2 445 130 123
Binary 11110001 10101111 11111010 100 11110 0 10 100100101 1011000 1010011

Color Harmonies of #F1AFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AFFA

Black with #F1AFFA

Text Example


Text Example

White with #F1AFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AFFA; }

 p { color: rgb(241,175,250); }

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

background-color css

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

 a { background-color: rgb(241,175,250); }

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

border-color css

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

 span { border-color: rgb(241,175,250); }

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