Html Css Color HEX #F2B1FB Mauve

📋 copy color: '#F2B1FB'

red 242 ◦ green 177 ◦ blue 251

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

Shades of Mauve #F2B1FB

Tints of Mauve #F2B1FB

RGB

 RED value IS 242 (94.92% from 255) = 36.12%

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

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

R = 36.12%
G = 26.42%
B = 37.46%

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

#F2B1FB (or 0xF2B1FB) is known color: Mauve. HEX triplet: F2, B1 and FB. RGB value is (242,177,251). Sum of RGB (Red+Green+Blue) = 242+177+251=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 177 (69.53% from 255 or 26.42% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2B1FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2B1FB is #0D4E04. Grayscale: #CCCCCC. Windows color (decimal): -871941 or 16495090. OLE color: 16495090.

HSL color Cylindrical-coordinate representation of color #F2B1FB: hue angle of 292.7º 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 #F2B1FB is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 177 251 -
CMYK 0.04 0.29 0 0.02
HSL 292.7º 0.9% 0.84% -
HSV(B) 292.7º 0.29% 0.98% -
XYZ 69.75 57.29 98.65 -
YUV 204.87 154.03 154.48 -
System Red Green Blue C M Y K H S L
Decimal 242 177 251 0.04 0.29 0 0.02 292.7 0.9 0.84
Hex F2 B1 FB 4 1D 0 2 125 5A 54
Octal 362 261 373 4 35 0 2 445 132 124
Binary 11110010 10110001 11111011 100 11101 0 10 100100101 1011010 1010100

Color Harmonies of #F2B1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B1FB

Black with #F2B1FB

Text Example


Text Example

White with #F2B1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B1FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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