Html Css Color HEX #FF8FDE Pale Magenta

📋 copy color: '#FF8FDE'

red 255 ◦ green 143 ◦ blue 222

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

Shades of Pale Magenta #FF8FDE

Tints of Pale Magenta #FF8FDE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.06%

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

R = 41.13%
G = 23.06%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF8FDE (or 0xFF8FDE) is known color: Pale Magenta. HEX triplet: FF, 8F and DE. RGB value is (255,143,222). Sum of RGB (Red+Green+Blue) = 255+143+222=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 143 (56.25% from 255 or 23.06% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8FDE is #007021. Grayscale: #B9B9B9. Windows color (decimal): -28706 or 14585855. OLE color: 14585855.

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

Color convert

RGB 255 143 222 -
CMYK 0 0.44 0.13 0
HSL 317.68º 1% 0.78% -
HSV(B) 317.68º 0.44% 1% -
XYZ 64.25 46.18 74.63 -
YUV 185.49 148.61 177.58 -
System Red Green Blue C M Y K H S L
Decimal 255 143 222 0 0.44 0.13 0 317.68 1 0.78
Hex FF 8F DE 0 2C D 0 13E 64 4E
Octal 377 217 336 0 54 15 0 476 144 116
Binary 11111111 10001111 11011110 0 101100 1101 0 100111110 1100100 1001110

Color Harmonies of #FF8FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8FDE

Black with #FF8FDE

Text Example


Text Example

White with #FF8FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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