Html Css Color HEX #FBBAFE Mauve

📋 copy color: '#FBBAFE'

red 251 ◦ green 186 ◦ blue 254

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

Shades of Mauve #FBBAFE

Tints of Mauve #FBBAFE

RGB

 RED value IS 251 (98.44% from 255) = 36.32%

 GREEN value IS 186 (73.05% from 255) = 26.92%

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

R = 36.32%
G = 26.92%
B = 36.76%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FBBAFE (or 0xFBBAFE) is known color: Mauve. HEX triplet: FB, BA and FE. RGB value is (251,186,254). Sum of RGB (Red+Green+Blue) = 251+186+254=691 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.32% from 691); Green value is 186 (73.05% from 255 or 26.92% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBBAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBAFE is #044501. Grayscale: #D4D4D4. Windows color (decimal): -279810 or 16694011. OLE color: 16694011.

HSL color Cylindrical-coordinate representation of color #FBBAFE: hue angle of 297.35º 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 #FBBAFE is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 251 186 254 -
CMYK 0.01 0.27 0 0.00
HSL 297.35º 0.97% 0.86% -
HSV(B) 297.35º 0.27% 1% -
XYZ 75.23 62.78 101.92 -
YUV 213.19 151.03 154.97 -
System Red Green Blue C M Y K H S L
Decimal 251 186 254 0.01 0.27 0 0.00 297.35 0.97 0.86
Hex FB BA FE 1 1B 0 0 129 61 56
Octal 373 272 376 1 33 0 0 451 141 126
Binary 11111011 10111010 11111110 1 11011 0 0 100101001 1100001 1010110

Color Harmonies of #FBBAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBAFE

Black with #FBBAFE

Text Example


Text Example

White with #FBBAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBAFE; }

 p { color: rgb(251,186,254); }

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

background-color css

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

 a { background-color: rgb(251,186,254); }

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

border-color css

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

 span { border-color: rgb(251,186,254); }

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