Html Css Color HEX #F1AFFB Mauve

📋 copy color: '#F1AFFB'

red 241 ◦ green 175 ◦ blue 251

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

Shades of Mauve #F1AFFB

Tints of Mauve #F1AFFB

RGB

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

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

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

R = 36.13%
G = 26.24%
B = 37.63%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F1AFFB (or 0xF1AFFB) is known color: Mauve. HEX triplet: F1, AF and FB. RGB value is (241,175,251). Sum of RGB (Red+Green+Blue) = 241+175+251=667 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.13% from 667); Green value is 175 (68.75% from 255 or 26.24% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1AFFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1AFFB is #0E5004. Grayscale: #CBCBCB. Windows color (decimal): -937989 or 16494577. OLE color: 16494577.

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

Color convert

RGB 241 175 251 -
CMYK 0.04 0.30 0 0.02
HSL 292.11º 0.9% 0.84% -
HSV(B) 292.11º 0.3% 0.98% -
XYZ 69.02 56.33 98.5 -
YUV 203.4 154.87 154.82 -
System Red Green Blue C M Y K H S L
Decimal 241 175 251 0.04 0.30 0 0.02 292.11 0.9 0.84
Hex F1 AF FB 4 1E 0 2 124 5A 54
Octal 361 257 373 4 36 0 2 444 132 124
Binary 11110001 10101111 11111011 100 11110 0 10 100100100 1011010 1010100

Color Harmonies of #F1AFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AFFB

Black with #F1AFFB

Text Example


Text Example

White with #F1AFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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