Html Css Color HEX #FE8CDC Pale Magenta

📋 copy color: '#FE8CDC'

red 254 ◦ green 140 ◦ blue 220

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

Shades of Pale Magenta #FE8CDC

Tints of Pale Magenta #FE8CDC

RGB

 RED value IS 254 (99.61% from 255) = 41.37%

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

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

R = 41.37%
G = 22.8%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE8CDC (or 0xFE8CDC) is known color: Pale Magenta. HEX triplet: FE, 8C and DC. RGB value is (254,140,220). Sum of RGB (Red+Green+Blue) = 254+140+220=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 140 (55.08% from 255 or 22.80% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8CDC is #017323. Grayscale: #B7B7B7. Windows color (decimal): -95012 or 14454014. OLE color: 14454014.

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

Color convert

RGB 254 140 220 -
CMYK 0 0.45 0.13 0.00
HSL 317.89º 0.98% 0.77% -
HSV(B) 317.89º 0.45% 1% -
XYZ 63.17 44.99 73.07 -
YUV 183.21 148.77 178.5 -
System Red Green Blue C M Y K H S L
Decimal 254 140 220 0 0.45 0.13 0.00 317.89 0.98 0.77
Hex FE 8C DC 0 2D D 0 13E 62 4D
Octal 376 214 334 0 55 15 0 476 142 115
Binary 11111110 10001100 11011100 0 101101 1101 0 100111110 1100010 1001101

Color Harmonies of #FE8CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8CDC

Black with #FE8CDC

Text Example


Text Example

White with #FE8CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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