Html Css Color HEX #FAB7FF Mauve

📋 copy color: '#FAB7FF'

red 250 ◦ green 183 ◦ blue 255

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

Shades of Mauve #FAB7FF

Tints of Mauve #FAB7FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.06%

R = 36.34%
G = 26.6%
B = 37.06%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FAB7FF (or 0xFAB7FF) is known color: Mauve. HEX triplet: FA, B7 and FF. RGB value is (250,183,255). Sum of RGB (Red+Green+Blue) = 250+183+255=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 183 (71.88% from 255 or 26.60% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAB7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB7FF is #054800. Grayscale: #D3D3D3. Windows color (decimal): -346113 or 16758778. OLE color: 16758778.

HSL color Cylindrical-coordinate representation of color #FAB7FF: hue angle of 295.83º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB7FF is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 250 183 255 -
CMYK 0.02 0.28 0 0
HSL 295.83º 1% 0.86% -
HSV(B) 295.83º 0.28% 1% -
XYZ 74.41 61.41 102.54 -
YUV 211.24 152.7 155.65 -
System Red Green Blue C M Y K H S L
Decimal 250 183 255 0.02 0.28 0 0 295.83 1 0.86
Hex FA B7 FF 2 1C 0 0 128 64 56
Octal 372 267 377 2 34 0 0 450 144 126
Binary 11111010 10110111 11111111 10 11100 0 0 100101000 1100100 1010110

Color Harmonies of #FAB7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB7FF

Black with #FAB7FF

Text Example


Text Example

White with #FAB7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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