Html Css Color HEX #FC81ED Pale Magenta

📋 copy color: '#FC81ED'

red 252 ◦ green 129 ◦ blue 237

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

Shades of Pale Magenta #FC81ED

Tints of Pale Magenta #FC81ED

RGB

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

 GREEN value IS 129 (50.78% from 255) = 20.87%

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

R = 40.78%
G = 20.87%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC81ED (or 0xFC81ED) is known color: Pale Magenta. HEX triplet: FC, 81 and ED. RGB value is (252,129,237). Sum of RGB (Red+Green+Blue) = 252+129+237=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 129 (50.78% from 255 or 20.87% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC81ED is #037E12. Grayscale: #B1B1B1. Windows color (decimal): -228883 or 15565308. OLE color: 15565308.

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

Color convert

RGB 252 129 237 -
CMYK 0 0.49 0.06 0.01
HSL 307.32º 0.95% 0.75% -
HSV(B) 307.32º 0.49% 0.99% -
XYZ 63.28 42.51 84.99 -
YUV 178.09 161.25 180.72 -
System Red Green Blue C M Y K H S L
Decimal 252 129 237 0 0.49 0.06 0.01 307.32 0.95 0.75
Hex FC 81 ED 0 31 6 1 133 5F 4B
Octal 374 201 355 0 61 6 1 463 137 113
Binary 11111100 10000001 11101101 0 110001 110 1 100110011 1011111 1001011

Color Harmonies of #FC81ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC81ED

Black with #FC81ED

Text Example


Text Example

White with #FC81ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC81ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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