Html Css Color HEX #FABAFE Mauve

📋 copy color: '#FABAFE'

red 250 ◦ green 186 ◦ blue 254

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

Shades of Mauve #FABAFE

Tints of Mauve #FABAFE

RGB

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

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

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

R = 36.23%
G = 26.96%
B = 36.81%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FABAFE (or 0xFABAFE) is known color: Mauve. HEX triplet: FA, BA and FE. RGB value is (250,186,254). Sum of RGB (Red+Green+Blue) = 250+186+254=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 186 (73.05% from 255 or 26.96% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #FABAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABAFE is #054501. Grayscale: #D4D4D4. Windows color (decimal): -345346 or 16694010. OLE color: 16694010.

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

Color convert

RGB 250 186 254 -
CMYK 0.02 0.27 0 0.00
HSL 296.47º 0.97% 0.86% -
HSV(B) 296.47º 0.27% 1% -
XYZ 74.87 62.6 101.9 -
YUV 212.89 151.2 154.47 -
System Red Green Blue C M Y K H S L
Decimal 250 186 254 0.02 0.27 0 0.00 296.47 0.97 0.86
Hex FA BA FE 2 1B 0 0 128 61 56
Octal 372 272 376 2 33 0 0 450 141 126
Binary 11111010 10111010 11111110 10 11011 0 0 100101000 1100001 1010110

Color Harmonies of #FABAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABAFE

Black with #FABAFE

Text Example


Text Example

White with #FABAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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