Html Css Color HEX #FC8FEC Pale Magenta

📋 copy color: '#FC8FEC'

red 252 ◦ green 143 ◦ blue 236

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

Shades of Pale Magenta #FC8FEC

Tints of Pale Magenta #FC8FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.4%

R = 39.94%
G = 22.66%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC8FEC (or 0xFC8FEC) is known color: Pale Magenta. HEX triplet: FC, 8F and EC. RGB value is (252,143,236). Sum of RGB (Red+Green+Blue) = 252+143+236=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 143 (56.25% from 255 or 22.66% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8FEC is #037013. Grayscale: #B9B9B9. Windows color (decimal): -225300 or 15503356. OLE color: 15503356.

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

Color convert

RGB 252 143 236 -
CMYK 0 0.43 0.06 0.01
HSL 308.81º 0.95% 0.77% -
HSV(B) 308.81º 0.43% 0.99% -
XYZ 65.11 46.4 84.88 -
YUV 186.19 156.11 174.94 -
System Red Green Blue C M Y K H S L
Decimal 252 143 236 0 0.43 0.06 0.01 308.81 0.95 0.77
Hex FC 8F EC 0 2B 6 1 135 5F 4D
Octal 374 217 354 0 53 6 1 465 137 115
Binary 11111100 10001111 11101100 0 101011 110 1 100110101 1011111 1001101

Color Harmonies of #FC8FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8FEC

Black with #FC8FEC

Text Example


Text Example

White with #FC8FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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