Html Css Color HEX #FAB2FF Mauve

📋 copy color: '#FAB2FF'

red 250 ◦ green 178 ◦ blue 255

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

Shades of Mauve #FAB2FF

Tints of Mauve #FAB2FF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 26.06%

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

R = 36.6%
G = 26.06%
B = 37.34%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FAB2FF (or 0xFAB2FF) is known color: Mauve. HEX triplet: FA, B2 and FF. RGB value is (250,178,255). Sum of RGB (Red+Green+Blue) = 250+178+255=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 178 (69.92% from 255 or 26.06% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAB2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB2FF is #054D00. Grayscale: #D0D0D0. Windows color (decimal): -347393 or 16757498. OLE color: 16757498.

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

Color convert

RGB 250 178 255 -
CMYK 0.02 0.30 0 0
HSL 296.1º 1% 0.85% -
HSV(B) 296.1º 0.3% 1% -
XYZ 73.39 59.38 102.2 -
YUV 208.31 154.35 157.74 -
System Red Green Blue C M Y K H S L
Decimal 250 178 255 0.02 0.30 0 0 296.1 1 0.85
Hex FA B2 FF 2 1E 0 0 128 64 55
Octal 372 262 377 2 36 0 0 450 144 125
Binary 11111010 10110010 11111111 10 11110 0 0 100101000 1100100 1010101

Color Harmonies of #FAB2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB2FF

Black with #FAB2FF

Text Example


Text Example

White with #FAB2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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