Html Css Color HEX #FF8CDA Pale Magenta

📋 copy color: '#FF8CDA'

red 255 ◦ green 140 ◦ blue 218

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

Shades of Pale Magenta #FF8CDA

Tints of Pale Magenta #FF8CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.56%

R = 41.6%
G = 22.84%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FF8CDA (or 0xFF8CDA) is known color: Pale Magenta. HEX triplet: FF, 8C and DA. RGB value is (255,140,218). Sum of RGB (Red+Green+Blue) = 255+140+218=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 140 (55.08% from 255 or 22.84% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8CDA is #007325. Grayscale: #B7B7B7. Windows color (decimal): -29478 or 14322943. OLE color: 14322943.

HSL color Cylindrical-coordinate representation of color #FF8CDA: hue angle of 319.3º 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 #FF8CDA is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 255 140 218 -
CMYK 0 0.45 0.15 0
HSL 319.3º 1% 0.77% -
HSV(B) 319.3º 0.45% 1% -
XYZ 63.27 45.08 71.7 -
YUV 183.28 147.6 179.16 -
System Red Green Blue C M Y K H S L
Decimal 255 140 218 0 0.45 0.15 0 319.3 1 0.77
Hex FF 8C DA 0 2D F 0 13F 64 4D
Octal 377 214 332 0 55 17 0 477 144 115
Binary 11111111 10001100 11011010 0 101101 1111 0 100111111 1100100 1001101

Color Harmonies of #FF8CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8CDA

Black with #FF8CDA

Text Example


Text Example

White with #FF8CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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