Html Css Color HEX #F1BAFD Mauve

📋 copy color: '#F1BAFD'

red 241 ◦ green 186 ◦ blue 253

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

Shades of Mauve #F1BAFD

Tints of Mauve #F1BAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.21%

R = 35.44%
G = 27.35%
B = 37.21%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F1BAFD (or 0xF1BAFD) is known color: Mauve. HEX triplet: F1, BA and FD. RGB value is (241,186,253). Sum of RGB (Red+Green+Blue) = 241+186+253=680 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.44% from 680); Green value is 186 (73.05% from 255 or 27.35% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1BAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BAFD is #0E4502. Grayscale: #D1D1D1. Windows color (decimal): -935171 or 16628465. OLE color: 16628465.

HSL color Cylindrical-coordinate representation of color #F1BAFD: hue angle of 289.25º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F1BAFD is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 241 186 253 -
CMYK 0.05 0.26 0 0.01
HSL 289.25º 0.94% 0.86% -
HSV(B) 289.25º 0.26% 0.99% -
XYZ 71.56 60.91 100.91 -
YUV 210.08 152.22 150.05 -
System Red Green Blue C M Y K H S L
Decimal 241 186 253 0.05 0.26 0 0.01 289.25 0.94 0.86
Hex F1 BA FD 5 1A 0 1 121 5E 56
Octal 361 272 375 5 32 0 1 441 136 126
Binary 11110001 10111010 11111101 101 11010 0 1 100100001 1011110 1010110

Color Harmonies of #F1BAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BAFD

Black with #F1BAFD

Text Example


Text Example

White with #F1BAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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