Html Css Color HEX #F1B0FA Mauve

📋 copy color: '#F1B0FA'

red 241 ◦ green 176 ◦ blue 250

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

Shades of Mauve #F1B0FA

Tints of Mauve #F1B0FA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 26.39%

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

R = 36.13%
G = 26.39%
B = 37.48%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F1B0FA (or 0xF1B0FA) is known color: Mauve. HEX triplet: F1, B0 and FA. RGB value is (241,176,250). Sum of RGB (Red+Green+Blue) = 241+176+250=667 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.13% from 667); Green value is 176 (69.14% from 255 or 26.39% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1B0FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1B0FA is #0E4F05. Grayscale: #CBCBCB. Windows color (decimal): -937734 or 16429297. OLE color: 16429297.

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

Color convert

RGB 241 176 250 -
CMYK 0.04 0.30 0 0.02
HSL 292.7º 0.88% 0.84% -
HSV(B) 292.7º 0.3% 0.98% -
XYZ 69.06 56.65 97.74 -
YUV 203.87 154.03 154.48 -
System Red Green Blue C M Y K H S L
Decimal 241 176 250 0.04 0.30 0 0.02 292.7 0.88 0.84
Hex F1 B0 FA 4 1E 0 2 125 58 54
Octal 361 260 372 4 36 0 2 445 130 124
Binary 11110001 10110000 11111010 100 11110 0 10 100100101 1011000 1010100

Color Harmonies of #F1B0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B0FA

Black with #F1B0FA

Text Example


Text Example

White with #F1B0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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