Html Css Color HEX #FAB8FC Mauve

📋 copy color: '#FAB8FC'

red 250 ◦ green 184 ◦ blue 252

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

Shades of Mauve #FAB8FC

Tints of Mauve #FAB8FC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 26.82%

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

R = 36.44%
G = 26.82%
B = 36.73%

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

#FAB8FC (or 0xFAB8FC) is known color: Mauve. HEX triplet: FA, B8 and FC. RGB value is (250,184,252). Sum of RGB (Red+Green+Blue) = 250+184+252=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 184 (72.27% from 255 or 26.82% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAB8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB8FC is #054703. Grayscale: #D3D3D3. Windows color (decimal): -345860 or 16562426. OLE color: 16562426.

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

Color convert

RGB 250 184 252 -
CMYK 0.01 0.27 0 0.01
HSL 298.24º 0.92% 0.85% -
HSV(B) 298.24º 0.27% 0.99% -
XYZ 74.14 61.63 100.08 -
YUV 211.49 150.87 155.47 -
System Red Green Blue C M Y K H S L
Decimal 250 184 252 0.01 0.27 0 0.01 298.24 0.92 0.85
Hex FA B8 FC 1 1B 0 1 12A 5C 55
Octal 372 270 374 1 33 0 1 452 134 125
Binary 11111010 10111000 11111100 1 11011 0 1 100101010 1011100 1010101

Color Harmonies of #FAB8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB8FC

Black with #FAB8FC

Text Example


Text Example

White with #FAB8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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