Html Css Color HEX #FC85DC Pale Magenta

📋 copy color: '#FC85DC'

red 252 ◦ green 133 ◦ blue 220

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

Shades of Pale Magenta #FC85DC

Tints of Pale Magenta #FC85DC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 21.98%

 BLUE value IS 220 (86.33% from 255) = 36.36%

R = 41.65%
G = 21.98%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC85DC (or 0xFC85DC) is known color: Pale Magenta. HEX triplet: FC, 85 and DC. RGB value is (252,133,220). Sum of RGB (Red+Green+Blue) = 252+133+220=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 133 (52.34% from 255 or 21.98% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC85DC is #037A23. Grayscale: #B2B2B2. Windows color (decimal): -227876 or 14452220. OLE color: 14452220.

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

Color convert

RGB 252 133 220 -
CMYK 0 0.47 0.13 0.01
HSL 316.13º 0.95% 0.75% -
HSV(B) 316.13º 0.47% 0.99% -
XYZ 61.45 42.64 72.7 -
YUV 178.5 151.42 180.43 -
System Red Green Blue C M Y K H S L
Decimal 252 133 220 0 0.47 0.13 0.01 316.13 0.95 0.75
Hex FC 85 DC 0 2F D 1 13C 5F 4B
Octal 374 205 334 0 57 15 1 474 137 113
Binary 11111100 10000101 11011100 0 101111 1101 1 100111100 1011111 1001011

Color Harmonies of #FC85DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC85DC

Black with #FC85DC

Text Example


Text Example

White with #FC85DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC85DC; }

 p { color: rgb(252,133,220); }

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

background-color css

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

 a { background-color: rgb(252,133,220); }

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

border-color css

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

 span { border-color: rgb(252,133,220); }

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