Html Css Color HEX #FC8FE1 Pale Magenta

📋 copy color: '#FC8FE1'

red 252 ◦ green 143 ◦ blue 225

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

Shades of Pale Magenta #FC8FE1

Tints of Pale Magenta #FC8FE1

RGB

 RED value IS 252 (98.83% from 255) = 40.65%

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

 BLUE value IS 225 (88.28% from 255) = 36.29%

R = 40.65%
G = 23.06%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FC8FE1 (or 0xFC8FE1) is known color: Pale Magenta. HEX triplet: FC, 8F and E1. RGB value is (252,143,225). Sum of RGB (Red+Green+Blue) = 252+143+225=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 143 (56.25% from 255 or 23.06% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8FE1 is #03701E. Grayscale: #B8B8B8. Windows color (decimal): -225311 or 14782460. OLE color: 14782460.

HSL color Cylindrical-coordinate representation of color #FC8FE1: hue angle of 314.86º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC8FE1 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 143 225 -
CMYK 0 0.43 0.11 0.01
HSL 314.86º 0.95% 0.77% -
HSV(B) 314.86º 0.43% 0.99% -
XYZ 63.56 45.78 76.72 -
YUV 184.94 150.61 175.83 -
System Red Green Blue C M Y K H S L
Decimal 252 143 225 0 0.43 0.11 0.01 314.86 0.95 0.77
Hex FC 8F E1 0 2B B 1 13B 5F 4D
Octal 374 217 341 0 53 13 1 473 137 115
Binary 11111100 10001111 11100001 0 101011 1011 1 100111011 1011111 1001101

Color Harmonies of #FC8FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8FE1

Black with #FC8FE1

Text Example


Text Example

White with #FC8FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8FE1; }

 p { color: rgb(252,143,225); }

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

background-color css

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

 a { background-color: rgb(252,143,225); }

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

border-color css

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

 span { border-color: rgb(252,143,225); }

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