Html Css Color HEX #FBBAFD Mauve

📋 copy color: '#FBBAFD'

red 251 ◦ green 186 ◦ blue 253

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

Shades of Mauve #FBBAFD

Tints of Mauve #FBBAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.67%

R = 36.38%
G = 26.96%
B = 36.67%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FBBAFD (or 0xFBBAFD) is known color: Mauve. HEX triplet: FB, BA and FD. RGB value is (251,186,253). Sum of RGB (Red+Green+Blue) = 251+186+253=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 186 (73.05% from 255 or 26.96% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBBAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBAFD is #044502. Grayscale: #D4D4D4. Windows color (decimal): -279811 or 16628475. OLE color: 16628475.

HSL color Cylindrical-coordinate representation of color #FBBAFD: hue angle of 298.21º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBBAFD is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 251 186 253 -
CMYK 0.01 0.26 0 0.01
HSL 298.21º 0.94% 0.86% -
HSV(B) 298.21º 0.26% 0.99% -
XYZ 75.07 62.72 101.08 -
YUV 213.07 150.53 155.05 -
System Red Green Blue C M Y K H S L
Decimal 251 186 253 0.01 0.26 0 0.01 298.21 0.94 0.86
Hex FB BA FD 1 1A 0 1 12A 5E 56
Octal 373 272 375 1 32 0 1 452 136 126
Binary 11111011 10111010 11111101 1 11010 0 1 100101010 1011110 1010110

Color Harmonies of #FBBAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBAFD

Black with #FBBAFD

Text Example


Text Example

White with #FBBAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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