Html Css Color HEX #FC91A4 Mauvelous

📋 copy color: '#FC91A4'

red 252 ◦ green 145 ◦ blue 164

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

Shades of Mauvelous #FC91A4

Tints of Mauvelous #FC91A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 29.23%

R = 44.92%
G = 25.85%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FC91A4 (or 0xFC91A4) is known color: Mauvelous. HEX triplet: FC, 91 and A4. RGB value is (252,145,164). Sum of RGB (Red+Green+Blue) = 252+145+164=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 145 (57.03% from 255 or 25.85% from 561); Blue value is 164 (64.45% from 255 or 29.23% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC91A4 is #036E5B. Grayscale: #B3B3B3. Windows color (decimal): -224860 or 10785276. OLE color: 10785276.

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

Color convert

RGB 252 145 164 -
CMYK 0 0.42 0.35 0.01
HSL 349.35º 0.95% 0.78% -
HSV(B) 349.35º 0.42% 0.99% -
XYZ 56.97 43.63 40.54 -
YUV 179.16 119.45 179.96 -
System Red Green Blue C M Y K H S L
Decimal 252 145 164 0 0.42 0.35 0.01 349.35 0.95 0.78
Hex FC 91 A4 0 2A 23 1 15D 5F 4E
Octal 374 221 244 0 52 43 1 535 137 116
Binary 11111100 10010001 10100100 0 101010 100011 1 101011101 1011111 1001110

Color Harmonies of #FC91A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC91A4

Black with #FC91A4

Text Example


Text Example

White with #FC91A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC91A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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