Html Css Color HEX #F1AFFE Mauve

📋 copy color: '#F1AFFE'

red 241 ◦ green 175 ◦ blue 254

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

Shades of Mauve #F1AFFE

Tints of Mauve #F1AFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.91%

R = 35.97%
G = 26.12%
B = 37.91%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F1AFFE (or 0xF1AFFE) is known color: Mauve. HEX triplet: F1, AF and FE. RGB value is (241,175,254). Sum of RGB (Red+Green+Blue) = 241+175+254=670 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.97% from 670); Green value is 175 (68.75% from 255 or 26.12% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1AFFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1AFFE is #0E5001. Grayscale: #CBCBCB. Windows color (decimal): -937986 or 16691185. OLE color: 16691185.

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

Color convert

RGB 241 175 254 -
CMYK 0.05 0.31 0 0.00
HSL 290.13º 0.98% 0.84% -
HSV(B) 290.13º 0.31% 1% -
XYZ 69.5 56.52 101.01 -
YUV 203.74 156.37 154.58 -
System Red Green Blue C M Y K H S L
Decimal 241 175 254 0.05 0.31 0 0.00 290.13 0.98 0.84
Hex F1 AF FE 5 1F 0 0 122 62 54
Octal 361 257 376 5 37 0 0 442 142 124
Binary 11110001 10101111 11111110 101 11111 0 0 100100010 1100010 1010100

Color Harmonies of #F1AFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AFFE

Black with #F1AFFE

Text Example


Text Example

White with #F1AFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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