Html Css Color HEX #F1B4FB Mauve

📋 copy color: '#F1B4FB'

red 241 ◦ green 180 ◦ blue 251

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

Shades of Mauve #F1B4FB

Tints of Mauve #F1B4FB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 26.79%

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

R = 35.86%
G = 26.79%
B = 37.35%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F1B4FB (or 0xF1B4FB) is known color: Mauve. HEX triplet: F1, B4 and FB. RGB value is (241,180,251). Sum of RGB (Red+Green+Blue) = 241+180+251=672 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.86% from 672); Green value is 180 (70.70% from 255 or 26.79% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1B4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B4FB is #0E4B04. Grayscale: #CECECE. Windows color (decimal): -936709 or 16495857. OLE color: 16495857.

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

Color convert

RGB 241 180 251 -
CMYK 0.04 0.28 0 0.02
HSL 291.55º 0.9% 0.85% -
HSV(B) 291.55º 0.28% 0.98% -
XYZ 70.01 58.31 98.83 -
YUV 206.33 153.21 152.73 -
System Red Green Blue C M Y K H S L
Decimal 241 180 251 0.04 0.28 0 0.02 291.55 0.9 0.85
Hex F1 B4 FB 4 1C 0 2 124 5A 55
Octal 361 264 373 4 34 0 2 444 132 125
Binary 11110001 10110100 11111011 100 11100 0 10 100100100 1011010 1010101

Color Harmonies of #F1B4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B4FB

Black with #F1B4FB

Text Example


Text Example

White with #F1B4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B4FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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