Html Css Color HEX #FC87DF Pale Magenta

📋 copy color: '#FC87DF'

red 252 ◦ green 135 ◦ blue 223

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

Shades of Pale Magenta #FC87DF

Tints of Pale Magenta #FC87DF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 22.13%

 BLUE value IS 223 (87.5% from 255) = 36.56%

R = 41.31%
G = 22.13%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC87DF (or 0xFC87DF) is known color: Pale Magenta. HEX triplet: FC, 87 and DF. RGB value is (252,135,223). Sum of RGB (Red+Green+Blue) = 252+135+223=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 135 (53.12% from 255 or 22.13% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FC87DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC87DF is #037820. Grayscale: #B3B3B3. Windows color (decimal): -227361 or 14649340. OLE color: 14649340.

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

Color convert

RGB 252 135 223 -
CMYK 0 0.46 0.12 0.01
HSL 314.87º 0.95% 0.76% -
HSV(B) 314.87º 0.46% 0.99% -
XYZ 62.13 43.35 74.91 -
YUV 180.02 152.26 179.34 -
System Red Green Blue C M Y K H S L
Decimal 252 135 223 0 0.46 0.12 0.01 314.87 0.95 0.76
Hex FC 87 DF 0 2E C 1 13B 5F 4C
Octal 374 207 337 0 56 14 1 473 137 114
Binary 11111100 10000111 11011111 0 101110 1100 1 100111011 1011111 1001100

Color Harmonies of #FC87DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC87DF

Black with #FC87DF

Text Example


Text Example

White with #FC87DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC87DF; }

 p { color: rgb(252,135,223); }

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

background-color css

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

 a { background-color: rgb(252,135,223); }

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

border-color css

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

 span { border-color: rgb(252,135,223); }

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