Html Css Color HEX #F1B8FE Mauve

📋 copy color: '#F1B8FE'

red 241 ◦ green 184 ◦ blue 254

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

Shades of Mauve #F1B8FE

Tints of Mauve #F1B8FE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 27.1%

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

R = 35.49%
G = 27.1%
B = 37.41%

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

#F1B8FE (or 0xF1B8FE) is known color: Mauve. HEX triplet: F1, B8 and FE. RGB value is (241,184,254). Sum of RGB (Red+Green+Blue) = 241+184+254=679 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.49% from 679); Green value is 184 (72.27% from 255 or 27.10% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1B8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B8FE is #0E4701. Grayscale: #D0D0D0. Windows color (decimal): -935682 or 16693489. OLE color: 16693489.

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

Color convert

RGB 241 184 254 -
CMYK 0.05 0.28 0 0.00
HSL 288.86º 0.97% 0.86% -
HSV(B) 288.86º 0.28% 1% -
XYZ 71.31 60.14 101.62 -
YUV 209.02 153.38 150.81 -
System Red Green Blue C M Y K H S L
Decimal 241 184 254 0.05 0.28 0 0.00 288.86 0.97 0.86
Hex F1 B8 FE 5 1C 0 0 121 61 56
Octal 361 270 376 5 34 0 0 441 141 126
Binary 11110001 10111000 11111110 101 11100 0 0 100100001 1100001 1010110

Color Harmonies of #F1B8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B8FE

Black with #F1B8FE

Text Example


Text Example

White with #F1B8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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