Html Css Color HEX #F1B9FE Mauve

📋 copy color: '#F1B9FE'

red 241 ◦ green 185 ◦ blue 254

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

Shades of Mauve #F1B9FE

Tints of Mauve #F1B9FE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 27.21%

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

R = 35.44%
G = 27.21%
B = 37.35%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F1B9FE (or 0xF1B9FE) is known color: Mauve. HEX triplet: F1, B9 and FE. RGB value is (241,185,254). Sum of RGB (Red+Green+Blue) = 241+185+254=680 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.44% from 680); Green value is 185 (72.66% from 255 or 27.21% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1B9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B9FE is #0E4601. Grayscale: #D1D1D1. Windows color (decimal): -935426 or 16693745. OLE color: 16693745.

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

Color convert

RGB 241 185 254 -
CMYK 0.05 0.27 0 0.00
HSL 288.7º 0.97% 0.86% -
HSV(B) 288.7º 0.27% 1% -
XYZ 71.51 60.55 101.68 -
YUV 209.61 153.05 150.39 -
System Red Green Blue C M Y K H S L
Decimal 241 185 254 0.05 0.27 0 0.00 288.7 0.97 0.86
Hex F1 B9 FE 5 1B 0 0 121 61 56
Octal 361 271 376 5 33 0 0 441 141 126
Binary 11110001 10111001 11111110 101 11011 0 0 100100001 1100001 1010110

Color Harmonies of #F1B9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B9FE

Black with #F1B9FE

Text Example


Text Example

White with #F1B9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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