Html Css Color HEX #FF8CDD Pale Magenta

📋 copy color: '#FF8CDD'

red 255 ◦ green 140 ◦ blue 221

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

Shades of Pale Magenta #FF8CDD

Tints of Pale Magenta #FF8CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.88%

R = 41.4%
G = 22.73%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF8CDD (or 0xFF8CDD) is known color: Pale Magenta. HEX triplet: FF, 8C and DD. RGB value is (255,140,221). Sum of RGB (Red+Green+Blue) = 255+140+221=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 140 (55.08% from 255 or 22.73% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8CDD is #007322. Grayscale: #B7B7B7. Windows color (decimal): -29475 or 14519551. OLE color: 14519551.

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

Color convert

RGB 255 140 221 -
CMYK 0 0.45 0.13 0
HSL 317.74º 1% 0.77% -
HSV(B) 317.74º 0.45% 1% -
XYZ 63.67 45.24 73.78 -
YUV 183.62 149.1 178.91 -
System Red Green Blue C M Y K H S L
Decimal 255 140 221 0 0.45 0.13 0 317.74 1 0.77
Hex FF 8C DD 0 2D D 0 13E 64 4D
Octal 377 214 335 0 55 15 0 476 144 115
Binary 11111111 10001100 11011101 0 101101 1101 0 100111110 1100100 1001101

Color Harmonies of #FF8CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8CDD

Black with #FF8CDD

Text Example


Text Example

White with #FF8CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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