Html Css Color HEX #FC86D5 Pale Magenta

📋 copy color: '#FC86D5'

red 252 ◦ green 134 ◦ blue 213

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

Shades of Pale Magenta #FC86D5

Tints of Pale Magenta #FC86D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.56%

R = 42.07%
G = 22.37%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FC86D5 (or 0xFC86D5) is known color: Pale Magenta. HEX triplet: FC, 86 and D5. RGB value is (252,134,213). Sum of RGB (Red+Green+Blue) = 252+134+213=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 134 (52.73% from 255 or 22.37% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC86D5 is #03792A. Grayscale: #B2B2B2. Windows color (decimal): -227627 or 13993724. OLE color: 13993724.

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

Color convert

RGB 252 134 213 -
CMYK 0 0.47 0.15 0.01
HSL 319.83º 0.95% 0.76% -
HSV(B) 319.83º 0.47% 0.99% -
XYZ 60.68 42.55 67.97 -
YUV 178.29 147.59 180.58 -
System Red Green Blue C M Y K H S L
Decimal 252 134 213 0 0.47 0.15 0.01 319.83 0.95 0.76
Hex FC 86 D5 0 2F F 1 140 5F 4C
Octal 374 206 325 0 57 17 1 500 137 114
Binary 11111100 10000110 11010101 0 101111 1111 1 101000000 1011111 1001100

Color Harmonies of #FC86D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC86D5

Black with #FC86D5

Text Example


Text Example

White with #FC86D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC86D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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