Html Css Color HEX #FF8CDC Pale Magenta

📋 copy color: '#FF8CDC'

red 255 ◦ green 140 ◦ blue 220

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

Shades of Pale Magenta #FF8CDC

Tints of Pale Magenta #FF8CDC

RGB

 RED value IS 255 (100% from 255) = 41.46%

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

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

R = 41.46%
G = 22.76%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FF8CDC (or 0xFF8CDC) is known color: Pale Magenta. HEX triplet: FF, 8C and DC. RGB value is (255,140,220). Sum of RGB (Red+Green+Blue) = 255+140+220=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 140 (55.08% from 255 or 22.76% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8CDC is #007323. Grayscale: #B7B7B7. Windows color (decimal): -29476 or 14454015. OLE color: 14454015.

HSL color Cylindrical-coordinate representation of color #FF8CDC: hue angle of 318.26º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8CDC is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 255 140 220 -
CMYK 0 0.45 0.14 0
HSL 318.26º 1% 0.77% -
HSV(B) 318.26º 0.45% 1% -
XYZ 63.54 45.18 73.08 -
YUV 183.51 148.6 179 -
System Red Green Blue C M Y K H S L
Decimal 255 140 220 0 0.45 0.14 0 318.26 1 0.77
Hex FF 8C DC 0 2D E 0 13E 64 4D
Octal 377 214 334 0 55 16 0 476 144 115
Binary 11111111 10001100 11011100 0 101101 1110 0 100111110 1100100 1001101

Color Harmonies of #FF8CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8CDC

Black with #FF8CDC

Text Example


Text Example

White with #FF8CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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