Html Css Color HEX #FC91AA Mauvelous

📋 copy color: '#FC91AA'

red 252 ◦ green 145 ◦ blue 170

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

Shades of Mauvelous #FC91AA

Tints of Mauvelous #FC91AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 29.98%

R = 44.44%
G = 25.57%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC91AA (or 0xFC91AA) is known color: Mauvelous. HEX triplet: FC, 91 and AA. RGB value is (252,145,170). Sum of RGB (Red+Green+Blue) = 252+145+170=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 145 (57.03% from 255 or 25.57% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC91AA is #036E55. Grayscale: #B3B3B3. Windows color (decimal): -224854 or 11178492. OLE color: 11178492.

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

Color convert

RGB 252 145 170 -
CMYK 0 0.42 0.33 0.01
HSL 345.98º 0.95% 0.78% -
HSV(B) 345.98º 0.42% 0.99% -
XYZ 57.53 43.85 43.46 -
YUV 179.84 122.45 179.47 -
System Red Green Blue C M Y K H S L
Decimal 252 145 170 0 0.42 0.33 0.01 345.98 0.95 0.78
Hex FC 91 AA 0 2A 21 1 15A 5F 4E
Octal 374 221 252 0 52 41 1 532 137 116
Binary 11111100 10010001 10101010 0 101010 100001 1 101011010 1011111 1001110

Color Harmonies of #FC91AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC91AA

Black with #FC91AA

Text Example


Text Example

White with #FC91AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC91AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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