Html Css Color HEX #FC8DDC Pale Magenta

📋 copy color: '#FC8DDC'

red 252 ◦ green 141 ◦ blue 220

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

Shades of Pale Magenta #FC8DDC

Tints of Pale Magenta #FC8DDC

RGB

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

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

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

R = 41.11%
G = 23%
B = 35.89%

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

#FC8DDC (or 0xFC8DDC) is known color: Pale Magenta. HEX triplet: FC, 8D and DC. RGB value is (252,141,220). Sum of RGB (Red+Green+Blue) = 252+141+220=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 141 (55.47% from 255 or 23.00% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8DDC is #037223. Grayscale: #B6B6B6. Windows color (decimal): -225828 or 14454268. OLE color: 14454268.

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

Color convert

RGB 252 141 220 -
CMYK 0 0.44 0.13 0.01
HSL 317.3º 0.95% 0.77% -
HSV(B) 317.3º 0.44% 0.99% -
XYZ 62.59 44.91 73.08 -
YUV 183.2 148.77 177.08 -
System Red Green Blue C M Y K H S L
Decimal 252 141 220 0 0.44 0.13 0.01 317.3 0.95 0.77
Hex FC 8D DC 0 2C D 1 13D 5F 4D
Octal 374 215 334 0 54 15 1 475 137 115
Binary 11111100 10001101 11011100 0 101100 1101 1 100111101 1011111 1001101

Color Harmonies of #FC8DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8DDC

Black with #FC8DDC

Text Example


Text Example

White with #FC8DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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