Html Css Color HEX #F1BAFA Mauve

📋 copy color: '#F1BAFA'

red 241 ◦ green 186 ◦ blue 250

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

Shades of Mauve #F1BAFA

Tints of Mauve #F1BAFA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 27.47%

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

R = 35.6%
G = 27.47%
B = 36.93%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F1BAFA (or 0xF1BAFA) is known color: Mauve. HEX triplet: F1, BA and FA. RGB value is (241,186,250). Sum of RGB (Red+Green+Blue) = 241+186+250=677 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.60% from 677); Green value is 186 (73.05% from 255 or 27.47% from 677); Blue value is 250 (98.05% from 255 or 36.93% from 677); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1BAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BAFA is #0E4505. Grayscale: #D1D1D1. Windows color (decimal): -935174 or 16431857. OLE color: 16431857.

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

Color convert

RGB 241 186 250 -
CMYK 0.04 0.26 0 0.02
HSL 291.56º 0.86% 0.85% -
HSV(B) 291.56º 0.26% 0.98% -
XYZ 71.09 60.72 98.42 -
YUV 209.74 150.72 150.3 -
System Red Green Blue C M Y K H S L
Decimal 241 186 250 0.04 0.26 0 0.02 291.56 0.86 0.85
Hex F1 BA FA 4 1A 0 2 124 56 55
Octal 361 272 372 4 32 0 2 444 126 125
Binary 11110001 10111010 11111010 100 11010 0 10 100100100 1010110 1010101

Color Harmonies of #F1BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BAFA

Black with #F1BAFA

Text Example


Text Example

White with #F1BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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