Html Css Color HEX #F1B6FE Mauve

📋 copy color: '#F1B6FE'

red 241 ◦ green 182 ◦ blue 254

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

Shades of Mauve #F1B6FE

Tints of Mauve #F1B6FE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 26.88%

 BLUE value IS 254 (99.61% from 255) = 37.52%

R = 35.6%
G = 26.88%
B = 37.52%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F1B6FE (or 0xF1B6FE) is known color: Mauve. HEX triplet: F1, B6 and FE. RGB value is (241,182,254). Sum of RGB (Red+Green+Blue) = 241+182+254=677 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.60% from 677); Green value is 182 (71.48% from 255 or 26.88% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1B6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B6FE is #0E4901. Grayscale: #CFCFCF. Windows color (decimal): -936194 or 16692977. OLE color: 16692977.

HSL color Cylindrical-coordinate representation of color #F1B6FE: hue angle of 289.17º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1B6FE is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 241 182 254 -
CMYK 0.05 0.28 0 0.00
HSL 289.17º 0.97% 0.85% -
HSV(B) 289.17º 0.28% 1% -
XYZ 70.89 59.31 101.48 -
YUV 207.85 154.05 151.65 -
System Red Green Blue C M Y K H S L
Decimal 241 182 254 0.05 0.28 0 0.00 289.17 0.97 0.85
Hex F1 B6 FE 5 1C 0 0 121 61 55
Octal 361 266 376 5 34 0 0 441 141 125
Binary 11110001 10110110 11111110 101 11100 0 0 100100001 1100001 1010101

Color Harmonies of #F1B6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B6FE

Black with #F1B6FE

Text Example


Text Example

White with #F1B6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B6FE; }

 p { color: rgb(241,182,254); }

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

background-color css

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

 a { background-color: rgb(241,182,254); }

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

border-color css

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

 span { border-color: rgb(241,182,254); }

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