Html Css Color HEX #F1B1FB Mauve

📋 copy color: '#F1B1FB'

red 241 ◦ green 177 ◦ blue 251

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

Shades of Mauve #F1B1FB

Tints of Mauve #F1B1FB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 26.46%

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

R = 36.02%
G = 26.46%
B = 37.52%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F1B1FB (or 0xF1B1FB) is known color: Mauve. HEX triplet: F1, B1 and FB. RGB value is (241,177,251). Sum of RGB (Red+Green+Blue) = 241+177+251=669 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.02% from 669); Green value is 177 (69.53% from 255 or 26.46% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1B1FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1B1FB is #0E4E04. Grayscale: #CCCCCC. Windows color (decimal): -937477 or 16495089. OLE color: 16495089.

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

Color convert

RGB 241 177 251 -
CMYK 0.04 0.29 0 0.02
HSL 291.89º 0.9% 0.84% -
HSV(B) 291.89º 0.29% 0.98% -
XYZ 69.41 57.11 98.63 -
YUV 204.57 154.2 153.98 -
System Red Green Blue C M Y K H S L
Decimal 241 177 251 0.04 0.29 0 0.02 291.89 0.9 0.84
Hex F1 B1 FB 4 1D 0 2 124 5A 54
Octal 361 261 373 4 35 0 2 444 132 124
Binary 11110001 10110001 11111011 100 11101 0 10 100100100 1011010 1010100

Color Harmonies of #F1B1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B1FB

Black with #F1B1FB

Text Example


Text Example

White with #F1B1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B1FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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