Html Css Color HEX #FABAFC Mauve

📋 copy color: '#FABAFC'

red 250 ◦ green 186 ◦ blue 252

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

Shades of Mauve #FABAFC

Tints of Mauve #FABAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.63%

R = 36.34%
G = 27.03%
B = 36.63%

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

#FABAFC (or 0xFABAFC) is known color: Mauve. HEX triplet: FA, BA and FC. RGB value is (250,186,252). Sum of RGB (Red+Green+Blue) = 250+186+252=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 186 (73.05% from 255 or 27.03% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #FABAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABAFC is #054503. Grayscale: #D4D4D4. Windows color (decimal): -345348 or 16562938. OLE color: 16562938.

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

Color convert

RGB 250 186 252 -
CMYK 0.01 0.26 0 0.01
HSL 298.18º 0.92% 0.86% -
HSV(B) 298.18º 0.26% 0.99% -
XYZ 74.55 62.47 100.22 -
YUV 212.66 150.2 154.63 -
System Red Green Blue C M Y K H S L
Decimal 250 186 252 0.01 0.26 0 0.01 298.18 0.92 0.86
Hex FA BA FC 1 1A 0 1 12A 5C 56
Octal 372 272 374 1 32 0 1 452 134 126
Binary 11111010 10111010 11111100 1 11010 0 1 100101010 1011100 1010110

Color Harmonies of #FABAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABAFC

Black with #FABAFC

Text Example


Text Example

White with #FABAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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