Html Css Color HEX #FC8FED Pale Magenta

📋 copy color: '#FC8FED'

red 252 ◦ green 143 ◦ blue 237

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

Shades of Pale Magenta #FC8FED

Tints of Pale Magenta #FC8FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.5%

R = 39.87%
G = 22.63%
B = 37.5%

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

#FC8FED (or 0xFC8FED) is known color: Pale Magenta. HEX triplet: FC, 8F and ED. RGB value is (252,143,237). Sum of RGB (Red+Green+Blue) = 252+143+237=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 143 (56.25% from 255 or 22.63% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8FED is #037012. Grayscale: #BABABA. Windows color (decimal): -225299 or 15568892. OLE color: 15568892.

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

Color convert

RGB 252 143 237 -
CMYK 0 0.43 0.06 0.01
HSL 308.26º 0.95% 0.77% -
HSV(B) 308.26º 0.43% 0.99% -
XYZ 65.25 46.45 85.65 -
YUV 186.31 156.61 174.86 -
System Red Green Blue C M Y K H S L
Decimal 252 143 237 0 0.43 0.06 0.01 308.26 0.95 0.77
Hex FC 8F ED 0 2B 6 1 134 5F 4D
Octal 374 217 355 0 53 6 1 464 137 115
Binary 11111100 10001111 11101101 0 101011 110 1 100110100 1011111 1001101

Color Harmonies of #FC8FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8FED

Black with #FC8FED

Text Example


Text Example

White with #FC8FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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