Html Css Color HEX #FABBFE Mauve

📋 copy color: '#FABBFE'

red 250 ◦ green 187 ◦ blue 254

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

Shades of Mauve #FABBFE

Tints of Mauve #FABBFE

RGB

 RED value IS 250 (98.05% from 255) = 36.18%

 GREEN value IS 187 (73.44% from 255) = 27.06%

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

R = 36.18%
G = 27.06%
B = 36.76%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FABBFE (or 0xFABBFE) is known color: Mauve. HEX triplet: FA, BB and FE. RGB value is (250,187,254). Sum of RGB (Red+Green+Blue) = 250+187+254=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 187 (73.44% from 255 or 27.06% 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 #FABBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABBFE is #054401. Grayscale: #D5D5D5. Windows color (decimal): -345090 or 16694266. OLE color: 16694266.

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

Color convert

RGB 250 187 254 -
CMYK 0.02 0.26 0 0.00
HSL 296.42º 0.97% 0.86% -
HSV(B) 296.42º 0.26% 1% -
XYZ 75.08 63.02 101.97 -
YUV 213.48 150.87 154.05 -
System Red Green Blue C M Y K H S L
Decimal 250 187 254 0.02 0.26 0 0.00 296.42 0.97 0.86
Hex FA BB FE 2 1A 0 0 128 61 56
Octal 372 273 376 2 32 0 0 450 141 126
Binary 11111010 10111011 11111110 10 11010 0 0 100101000 1100001 1010110

Color Harmonies of #FABBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABBFE

Black with #FABBFE

Text Example


Text Example

White with #FABBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABBFE; }

 p { color: rgb(250,187,254); }

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

background-color css

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

 a { background-color: rgb(250,187,254); }

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

border-color css

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

 span { border-color: rgb(250,187,254); }

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