Html Css Color HEX #FC8DAE Mauvelous

📋 copy color: '#FC8DAE'

red 252 ◦ green 141 ◦ blue 174

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

Shades of Mauvelous #FC8DAE

Tints of Mauvelous #FC8DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.69%

R = 44.44%
G = 24.87%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC8DAE (or 0xFC8DAE) is known color: Mauvelous. HEX triplet: FC, 8D and AE. RGB value is (252,141,174). Sum of RGB (Red+Green+Blue) = 252+141+174=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 174 (68.36% from 255 or 30.69% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8DAE is #037251. Grayscale: #B1B1B1. Windows color (decimal): -225874 or 11439612. OLE color: 11439612.

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

Color convert

RGB 252 141 174 -
CMYK 0 0.44 0.31 0.01
HSL 342.16º 0.95% 0.77% -
HSV(B) 342.16º 0.44% 0.99% -
XYZ 57.31 42.8 45.29 -
YUV 177.95 125.77 180.82 -
System Red Green Blue C M Y K H S L
Decimal 252 141 174 0 0.44 0.31 0.01 342.16 0.95 0.77
Hex FC 8D AE 0 2C 1F 1 156 5F 4D
Octal 374 215 256 0 54 37 1 526 137 115
Binary 11111100 10001101 10101110 0 101100 11111 1 101010110 1011111 1001101

Color Harmonies of #FC8DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8DAE

Black with #FC8DAE

Text Example


Text Example

White with #FC8DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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