Html Css Color HEX #FC8CAE Mauvelous

📋 copy color: '#FC8CAE'

red 252 ◦ green 140 ◦ blue 174

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

Shades of Mauvelous #FC8CAE

Tints of Mauvelous #FC8CAE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.73%

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

R = 44.52%
G = 24.73%
B = 30.74%

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

#FC8CAE (or 0xFC8CAE) is known color: Mauvelous. HEX triplet: FC, 8C and AE. RGB value is (252,140,174). Sum of RGB (Red+Green+Blue) = 252+140+174=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 140 (55.08% from 255 or 24.73% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8CAE is #037351. Grayscale: #B1B1B1. Windows color (decimal): -226130 or 11439356. OLE color: 11439356.

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

Color convert

RGB 252 140 174 -
CMYK 0 0.44 0.31 0.01
HSL 341.79º 0.95% 0.77% -
HSV(B) 341.79º 0.44% 0.99% -
XYZ 57.16 42.51 45.24 -
YUV 177.36 126.11 181.24 -
System Red Green Blue C M Y K H S L
Decimal 252 140 174 0 0.44 0.31 0.01 341.79 0.95 0.77
Hex FC 8C AE 0 2C 1F 1 156 5F 4D
Octal 374 214 256 0 54 37 1 526 137 115
Binary 11111100 10001100 10101110 0 101100 11111 1 101010110 1011111 1001101

Color Harmonies of #FC8CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8CAE

Black with #FC8CAE

Text Example


Text Example

White with #FC8CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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