Html Css Color HEX #FC86E9 Pale Magenta

📋 copy color: '#FC86E9'

red 252 ◦ green 134 ◦ blue 233

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

Shades of Pale Magenta #FC86E9

Tints of Pale Magenta #FC86E9

RGB

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

 GREEN value IS 134 (52.73% from 255) = 21.65%

 BLUE value IS 233 (91.41% from 255) = 37.64%

R = 40.71%
G = 21.65%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FC86E9 (or 0xFC86E9) is known color: Pale Magenta. HEX triplet: FC, 86 and E9. RGB value is (252,134,233). Sum of RGB (Red+Green+Blue) = 252+134+233=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 134 (52.73% from 255 or 21.65% from 619); Blue value is 233 (91.41% from 255 or 37.64% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC86E9 is #037916. Grayscale: #B4B4B4. Windows color (decimal): -227607 or 15304444. OLE color: 15304444.

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

Color convert

RGB 252 134 233 -
CMYK 0 0.47 0.08 0.01
HSL 309.66º 0.95% 0.76% -
HSV(B) 309.66º 0.47% 0.99% -
XYZ 63.38 43.63 82.17 -
YUV 180.57 157.59 178.95 -
System Red Green Blue C M Y K H S L
Decimal 252 134 233 0 0.47 0.08 0.01 309.66 0.95 0.76
Hex FC 86 E9 0 2F 8 1 136 5F 4C
Octal 374 206 351 0 57 10 1 466 137 114
Binary 11111100 10000110 11101001 0 101111 1000 1 100110110 1011111 1001100

Color Harmonies of #FC86E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC86E9

Black with #FC86E9

Text Example


Text Example

White with #FC86E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC86E9; }

 p { color: rgb(252,134,233); }

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

background-color css

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

 a { background-color: rgb(252,134,233); }

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

border-color css

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

 span { border-color: rgb(252,134,233); }

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