Html Css Color HEX #FC86DD Pale Magenta

📋 copy color: '#FC86DD'

red 252 ◦ green 134 ◦ blue 221

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

Shades of Pale Magenta #FC86DD

Tints of Pale Magenta #FC86DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.41%

R = 41.52%
G = 22.08%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC86DD (or 0xFC86DD) is known color: Pale Magenta. HEX triplet: FC, 86 and DD. RGB value is (252,134,221). Sum of RGB (Red+Green+Blue) = 252+134+221=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 134 (52.73% from 255 or 22.08% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC86DD is #037922. Grayscale: #B2B2B2. Windows color (decimal): -227619 or 14518012. OLE color: 14518012.

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

Color convert

RGB 252 134 221 -
CMYK 0 0.47 0.12 0.01
HSL 315.76º 0.95% 0.76% -
HSV(B) 315.76º 0.47% 0.99% -
XYZ 61.72 42.97 73.45 -
YUV 179.2 151.59 179.93 -
System Red Green Blue C M Y K H S L
Decimal 252 134 221 0 0.47 0.12 0.01 315.76 0.95 0.76
Hex FC 86 DD 0 2F C 1 13C 5F 4C
Octal 374 206 335 0 57 14 1 474 137 114
Binary 11111100 10000110 11011101 0 101111 1100 1 100111100 1011111 1001100

Color Harmonies of #FC86DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC86DD

Black with #FC86DD

Text Example


Text Example

White with #FC86DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC86DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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