Html Css Color HEX #FAACFE Mauve

📋 copy color: '#FAACFE'

red 250 ◦ green 172 ◦ blue 254

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

Shades of Mauve #FAACFE

Tints of Mauve #FAACFE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 25.44%

 BLUE value IS 254 (99.61% from 255) = 37.57%

R = 36.98%
G = 25.44%
B = 37.57%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FAACFE (or 0xFAACFE) is known color: Mauve. HEX triplet: FA, AC and FE. RGB value is (250,172,254). Sum of RGB (Red+Green+Blue) = 250+172+254=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 172 (67.58% from 255 or 25.44% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAACFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAACFE is #055301. Grayscale: #CCCCCC. Windows color (decimal): -348930 or 16690426. OLE color: 16690426.

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

Color convert

RGB 250 172 254 -
CMYK 0.02 0.32 0 0.00
HSL 297.07º 0.98% 0.84% -
HSV(B) 297.07º 0.32% 1% -
XYZ 72.07 56.98 100.97 -
YUV 204.67 155.84 160.33 -
System Red Green Blue C M Y K H S L
Decimal 250 172 254 0.02 0.32 0 0.00 297.07 0.98 0.84
Hex FA AC FE 2 20 0 0 129 62 54
Octal 372 254 376 2 40 0 0 451 142 124
Binary 11111010 10101100 11111110 10 100000 0 0 100101001 1100010 1010100

Color Harmonies of #FAACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAACFE

Black with #FAACFE

Text Example


Text Example

White with #FAACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAACFE; }

 p { color: rgb(250,172,254); }

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

background-color css

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

 a { background-color: rgb(250,172,254); }

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

border-color css

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

 span { border-color: rgb(250,172,254); }

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