Html Css Color HEX #FABCFD Mauve

📋 copy color: '#FABCFD'

red 250 ◦ green 188 ◦ blue 253

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

Shades of Mauve #FABCFD

Tints of Mauve #FABCFD

RGB

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

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

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

R = 36.18%
G = 27.21%
B = 36.61%

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

#FABCFD (or 0xFABCFD) is known color: Mauve. HEX triplet: FA, BC and FD. RGB value is (250,188,253). Sum of RGB (Red+Green+Blue) = 250+188+253=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 188 (73.83% from 255 or 27.21% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #FABCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABCFD is #054302. Grayscale: #D5D5D5. Windows color (decimal): -344835 or 16628986. OLE color: 16628986.

HSL color Cylindrical-coordinate representation of color #FABCFD: hue angle of 297.23º 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 #FABCFD is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 188 253 -
CMYK 0.01 0.26 0 0.01
HSL 297.23º 0.94% 0.86% -
HSV(B) 297.23º 0.26% 0.99% -
XYZ 75.14 63.38 101.2 -
YUV 213.95 150.04 153.71 -
System Red Green Blue C M Y K H S L
Decimal 250 188 253 0.01 0.26 0 0.01 297.23 0.94 0.86
Hex FA BC FD 1 1A 0 1 129 5E 56
Octal 372 274 375 1 32 0 1 451 136 126
Binary 11111010 10111100 11111101 1 11010 0 1 100101001 1011110 1010110

Color Harmonies of #FABCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABCFD

Black with #FABCFD

Text Example


Text Example

White with #FABCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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