Html Css Color HEX #FABAFD Mauve

📋 copy color: '#FABAFD'

red 250 ◦ green 186 ◦ blue 253

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

Shades of Mauve #FABAFD

Tints of Mauve #FABAFD

RGB

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

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

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

R = 36.28%
G = 27%
B = 36.72%

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

#FABAFD (or 0xFABAFD) is known color: Mauve. HEX triplet: FA, BA and FD. RGB value is (250,186,253). Sum of RGB (Red+Green+Blue) = 250+186+253=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 186 (73.05% from 255 or 27.00% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #FABAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABAFD is #054502. Grayscale: #D4D4D4. Windows color (decimal): -345347 or 16628474. OLE color: 16628474.

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

Color convert

RGB 250 186 253 -
CMYK 0.01 0.26 0 0.01
HSL 297.31º 0.94% 0.86% -
HSV(B) 297.31º 0.26% 0.99% -
XYZ 74.71 62.53 101.06 -
YUV 212.77 150.7 154.55 -
System Red Green Blue C M Y K H S L
Decimal 250 186 253 0.01 0.26 0 0.01 297.31 0.94 0.86
Hex FA BA FD 1 1A 0 1 129 5E 56
Octal 372 272 375 1 32 0 1 451 136 126
Binary 11111010 10111010 11111101 1 11010 0 1 100101001 1011110 1010110

Color Harmonies of #FABAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABAFD

Black with #FABAFD

Text Example


Text Example

White with #FABAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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