Html Css Color HEX #FC8FE5 Pale Magenta

📋 copy color: '#FC8FE5'

red 252 ◦ green 143 ◦ blue 229

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

Shades of Pale Magenta #FC8FE5

Tints of Pale Magenta #FC8FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.7%

R = 40.38%
G = 22.92%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC8FE5 (or 0xFC8FE5) is known color: Pale Magenta. HEX triplet: FC, 8F and E5. RGB value is (252,143,229). Sum of RGB (Red+Green+Blue) = 252+143+229=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 143 (56.25% from 255 or 22.92% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8FE5 is #03701A. Grayscale: #B9B9B9. Windows color (decimal): -225307 or 15044604. OLE color: 15044604.

HSL color Cylindrical-coordinate representation of color #FC8FE5: hue angle of 312.66º 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 #FC8FE5 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 143 229 -
CMYK 0 0.43 0.09 0.01
HSL 312.66º 0.95% 0.77% -
HSV(B) 312.66º 0.43% 0.99% -
XYZ 64.11 46 79.63 -
YUV 185.4 152.61 175.51 -
System Red Green Blue C M Y K H S L
Decimal 252 143 229 0 0.43 0.09 0.01 312.66 0.95 0.77
Hex FC 8F E5 0 2B 9 1 139 5F 4D
Octal 374 217 345 0 53 11 1 471 137 115
Binary 11111100 10001111 11100101 0 101011 1001 1 100111001 1011111 1001101

Color Harmonies of #FC8FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8FE5

Black with #FC8FE5

Text Example


Text Example

White with #FC8FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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