Html Css Color HEX #FABCFE Mauve

📋 copy color: '#FABCFE'

red 250 ◦ green 188 ◦ blue 254

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

Shades of Mauve #FABCFE

Tints of Mauve #FABCFE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 27.17%

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

R = 36.13%
G = 27.17%
B = 36.71%

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

#FABCFE (or 0xFABCFE) is known color: Mauve. HEX triplet: FA, BC and FE. RGB value is (250,188,254). Sum of RGB (Red+Green+Blue) = 250+188+254=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 188 (73.83% from 255 or 27.17% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #FABCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABCFE is #054301. Grayscale: #D5D5D5. Windows color (decimal): -344834 or 16694522. OLE color: 16694522.

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

Color convert

RGB 250 188 254 -
CMYK 0.02 0.26 0 0.00
HSL 296.36º 0.97% 0.87% -
HSV(B) 296.36º 0.26% 1% -
XYZ 75.3 63.45 102.04 -
YUV 214.06 150.54 153.63 -
System Red Green Blue C M Y K H S L
Decimal 250 188 254 0.02 0.26 0 0.00 296.36 0.97 0.87
Hex FA BC FE 2 1A 0 0 128 61 57
Octal 372 274 376 2 32 0 0 450 141 127
Binary 11111010 10111100 11111110 10 11010 0 0 100101000 1100001 1010111

Color Harmonies of #FABCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABCFE

Black with #FABCFE

Text Example


Text Example

White with #FABCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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