Html Css Color HEX #FF8CDE Pale Magenta

📋 copy color: '#FF8CDE'

red 255 ◦ green 140 ◦ blue 222

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

Shades of Pale Magenta #FF8CDE

Tints of Pale Magenta #FF8CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.98%

R = 41.33%
G = 22.69%
B = 35.98%

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

#FF8CDE (or 0xFF8CDE) is known color: Pale Magenta. HEX triplet: FF, 8C and DE. RGB value is (255,140,222). Sum of RGB (Red+Green+Blue) = 255+140+222=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 140 (55.08% from 255 or 22.69% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8CDE is #007321. Grayscale: #B7B7B7. Windows color (decimal): -29474 or 14585087. OLE color: 14585087.

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

Color convert

RGB 255 140 222 -
CMYK 0 0.45 0.13 0
HSL 317.22º 1% 0.77% -
HSV(B) 317.22º 0.45% 1% -
XYZ 63.8 45.29 74.49 -
YUV 183.73 149.6 178.83 -
System Red Green Blue C M Y K H S L
Decimal 255 140 222 0 0.45 0.13 0 317.22 1 0.77
Hex FF 8C DE 0 2D D 0 13D 64 4D
Octal 377 214 336 0 55 15 0 475 144 115
Binary 11111111 10001100 11011110 0 101101 1101 0 100111101 1100100 1001101

Color Harmonies of #FF8CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8CDE

Black with #FF8CDE

Text Example


Text Example

White with #FF8CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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