Html Css Color HEX #FC8DAC Mauvelous

📋 copy color: '#FC8DAC'

red 252 ◦ green 141 ◦ blue 172

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

Shades of Mauvelous #FC8DAC

Tints of Mauvelous #FC8DAC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.96%

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

R = 44.6%
G = 24.96%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC8DAC (or 0xFC8DAC) is known color: Mauvelous. HEX triplet: FC, 8D and AC. RGB value is (252,141,172). Sum of RGB (Red+Green+Blue) = 252+141+172=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8DAC is #037253. Grayscale: #B1B1B1. Windows color (decimal): -225876 or 11308540. OLE color: 11308540.

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

Color convert

RGB 252 141 172 -
CMYK 0 0.44 0.32 0.01
HSL 343.24º 0.95% 0.77% -
HSV(B) 343.24º 0.44% 0.99% -
XYZ 57.12 42.72 44.27 -
YUV 177.72 124.77 180.98 -
System Red Green Blue C M Y K H S L
Decimal 252 141 172 0 0.44 0.32 0.01 343.24 0.95 0.77
Hex FC 8D AC 0 2C 20 1 157 5F 4D
Octal 374 215 254 0 54 40 1 527 137 115
Binary 11111100 10001101 10101100 0 101100 100000 1 101010111 1011111 1001101

Color Harmonies of #FC8DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8DAC

Black with #FC8DAC

Text Example


Text Example

White with #FC8DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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