Html Css Color HEX #F1B5FE Mauve

📋 copy color: '#F1B5FE'

red 241 ◦ green 181 ◦ blue 254

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

Shades of Mauve #F1B5FE

Tints of Mauve #F1B5FE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 26.78%

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

R = 35.65%
G = 26.78%
B = 37.57%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F1B5FE (or 0xF1B5FE) is known color: Mauve. HEX triplet: F1, B5 and FE. RGB value is (241,181,254). Sum of RGB (Red+Green+Blue) = 241+181+254=676 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.65% from 676); Green value is 181 (71.09% from 255 or 26.78% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1B5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B5FE is #0E4A01. Grayscale: #CFCFCF. Windows color (decimal): -936450 or 16692721. OLE color: 16692721.

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

Color convert

RGB 241 181 254 -
CMYK 0.05 0.29 0 0.00
HSL 289.32º 0.97% 0.85% -
HSV(B) 289.32º 0.29% 1% -
XYZ 70.69 58.9 101.41 -
YUV 207.26 154.38 152.06 -
System Red Green Blue C M Y K H S L
Decimal 241 181 254 0.05 0.29 0 0.00 289.32 0.97 0.85
Hex F1 B5 FE 5 1D 0 0 121 61 55
Octal 361 265 376 5 35 0 0 441 141 125
Binary 11110001 10110101 11111110 101 11101 0 0 100100001 1100001 1010101

Color Harmonies of #F1B5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B5FE

Black with #F1B5FE

Text Example


Text Example

White with #F1B5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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