Html Css Color HEX #FC91AC Mauvelous

📋 copy color: '#FC91AC'

red 252 ◦ green 145 ◦ blue 172

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

Shades of Mauvelous #FC91AC

Tints of Mauvelous #FC91AC

RGB

 RED value IS 252 (98.83% from 255) = 44.29%

 GREEN value IS 145 (57.03% from 255) = 25.48%

 BLUE value IS 172 (67.58% from 255) = 30.23%

R = 44.29%
G = 25.48%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC91AC (or 0xFC91AC) is known color: Mauvelous. HEX triplet: FC, 91 and AC. RGB value is (252,145,172). Sum of RGB (Red+Green+Blue) = 252+145+172=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 145 (57.03% from 255 or 25.48% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC91AC is #036E53. Grayscale: #B4B4B4. Windows color (decimal): -224852 or 11309564. OLE color: 11309564.

HSL color Cylindrical-coordinate representation of color #FC91AC: hue angle of 344.86º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FC91AC is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 145 172 -
CMYK 0 0.42 0.32 0.01
HSL 344.86º 0.95% 0.78% -
HSV(B) 344.86º 0.42% 0.99% -
XYZ 57.72 43.92 44.47 -
YUV 180.07 123.45 179.3 -
System Red Green Blue C M Y K H S L
Decimal 252 145 172 0 0.42 0.32 0.01 344.86 0.95 0.78
Hex FC 91 AC 0 2A 20 1 159 5F 4E
Octal 374 221 254 0 52 40 1 531 137 116
Binary 11111100 10010001 10101100 0 101010 100000 1 101011001 1011111 1001110

Color Harmonies of #FC91AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC91AC

Black with #FC91AC

Text Example


Text Example

White with #FC91AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC91AC; }

 p { color: rgb(252,145,172); }

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

background-color css

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

 a { background-color: rgb(252,145,172); }

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

border-color css

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

 span { border-color: rgb(252,145,172); }

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