Html Css Color HEX #FBBAFF Mauve

📋 copy color: '#FBBAFF'

red 251 ◦ green 186 ◦ blue 255

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

Shades of Mauve #FBBAFF

Tints of Mauve #FBBAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.85%

R = 36.27%
G = 26.88%
B = 36.85%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FBBAFF (or 0xFBBAFF) is known color: Mauve. HEX triplet: FB, BA and FF. RGB value is (251,186,255). Sum of RGB (Red+Green+Blue) = 251+186+255=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 186 (73.05% from 255 or 26.88% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBBAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBAFF is #044500. Grayscale: #D5D5D5. Windows color (decimal): -279809 or 16759547. OLE color: 16759547.

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

Color convert

RGB 251 186 255 -
CMYK 0.02 0.27 0 0
HSL 296.52º 1% 0.86% -
HSV(B) 296.52º 0.27% 1% -
XYZ 75.39 62.85 102.76 -
YUV 213.3 151.53 154.89 -
System Red Green Blue C M Y K H S L
Decimal 251 186 255 0.02 0.27 0 0 296.52 1 0.86
Hex FB BA FF 2 1B 0 0 129 64 56
Octal 373 272 377 2 33 0 0 451 144 126
Binary 11111011 10111010 11111111 10 11011 0 0 100101001 1100100 1010110

Color Harmonies of #FBBAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBAFF

Black with #FBBAFF

Text Example


Text Example

White with #FBBAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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