Html Css Color HEX #FAB7FC Mauve

📋 copy color: '#FAB7FC'

red 250 ◦ green 183 ◦ blue 252

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

Shades of Mauve #FAB7FC

Tints of Mauve #FAB7FC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 26.72%

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

R = 36.5%
G = 26.72%
B = 36.79%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FAB7FC (or 0xFAB7FC) is known color: Mauve. HEX triplet: FA, B7 and FC. RGB value is (250,183,252). Sum of RGB (Red+Green+Blue) = 250+183+252=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 183 (71.88% from 255 or 26.72% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAB7FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB7FC is #054803. Grayscale: #D2D2D2. Windows color (decimal): -346116 or 16562170. OLE color: 16562170.

HSL color Cylindrical-coordinate representation of color #FAB7FC: hue angle of 298.26º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAB7FC is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 183 252 -
CMYK 0.01 0.27 0 0.01
HSL 298.26º 0.92% 0.85% -
HSV(B) 298.26º 0.27% 0.99% -
XYZ 73.93 61.22 100.02 -
YUV 210.9 151.2 155.89 -
System Red Green Blue C M Y K H S L
Decimal 250 183 252 0.01 0.27 0 0.01 298.26 0.92 0.85
Hex FA B7 FC 1 1B 0 1 12A 5C 55
Octal 372 267 374 1 33 0 1 452 134 125
Binary 11111010 10110111 11111100 1 11011 0 1 100101010 1011100 1010101

Color Harmonies of #FAB7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB7FC

Black with #FAB7FC

Text Example


Text Example

White with #FAB7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB7FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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