Html Css Color HEX #FC8CDC Pale Magenta

📋 copy color: '#FC8CDC'

red 252 ◦ green 140 ◦ blue 220

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

Shades of Pale Magenta #FC8CDC

Tints of Pale Magenta #FC8CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.95%

R = 41.18%
G = 22.88%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC8CDC (or 0xFC8CDC) is known color: Pale Magenta. HEX triplet: FC, 8C and DC. RGB value is (252,140,220). Sum of RGB (Red+Green+Blue) = 252+140+220=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 140 (55.08% from 255 or 22.88% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8CDC is #037323. Grayscale: #B6B6B6. Windows color (decimal): -226084 or 14454012. OLE color: 14454012.

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

Color convert

RGB 252 140 220 -
CMYK 0 0.44 0.13 0.01
HSL 317.14º 0.95% 0.77% -
HSV(B) 317.14º 0.44% 0.99% -
XYZ 62.44 44.62 73.03 -
YUV 182.61 149.11 177.5 -
System Red Green Blue C M Y K H S L
Decimal 252 140 220 0 0.44 0.13 0.01 317.14 0.95 0.77
Hex FC 8C DC 0 2C D 1 13D 5F 4D
Octal 374 214 334 0 54 15 1 475 137 115
Binary 11111100 10001100 11011100 0 101100 1101 1 100111101 1011111 1001101

Color Harmonies of #FC8CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8CDC

Black with #FC8CDC

Text Example


Text Example

White with #FC8CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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