Html Css Color HEX #FABBFC Mauve

📋 copy color: '#FABBFC'

red 250 ◦ green 187 ◦ blue 252

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

Shades of Mauve #FABBFC

Tints of Mauve #FABBFC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 27.14%

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

R = 36.28%
G = 27.14%
B = 36.57%

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

#FABBFC (or 0xFABBFC) is known color: Mauve. HEX triplet: FA, BB and FC. RGB value is (250,187,252). Sum of RGB (Red+Green+Blue) = 250+187+252=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 187 (73.44% from 255 or 27.14% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #FABBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABBFC is #054403. Grayscale: #D5D5D5. Windows color (decimal): -345092 or 16563194. OLE color: 16563194.

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

Color convert

RGB 250 187 252 -
CMYK 0.01 0.26 0 0.01
HSL 298.15º 0.92% 0.86% -
HSV(B) 298.15º 0.26% 0.99% -
XYZ 74.77 62.89 100.29 -
YUV 213.25 149.87 154.21 -
System Red Green Blue C M Y K H S L
Decimal 250 187 252 0.01 0.26 0 0.01 298.15 0.92 0.86
Hex FA BB FC 1 1A 0 1 12A 5C 56
Octal 372 273 374 1 32 0 1 452 134 126
Binary 11111010 10111011 11111100 1 11010 0 1 100101010 1011100 1010110

Color Harmonies of #FABBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABBFC

Black with #FABBFC

Text Example


Text Example

White with #FABBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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