Html Css Color HEX #FC89DC Pale Magenta

📋 copy color: '#FC89DC'

red 252 ◦ green 137 ◦ blue 220

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

Shades of Pale Magenta #FC89DC

Tints of Pale Magenta #FC89DC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 22.5%

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

R = 41.38%
G = 22.5%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC89DC (or 0xFC89DC) is known color: Pale Magenta. HEX triplet: FC, 89 and DC. RGB value is (252,137,220). Sum of RGB (Red+Green+Blue) = 252+137+220=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 137 (53.91% from 255 or 22.50% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FC89DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC89DC is #037623. Grayscale: #B4B4B4. Windows color (decimal): -226852 or 14453244. OLE color: 14453244.

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

Color convert

RGB 252 137 220 -
CMYK 0 0.46 0.13 0.01
HSL 316.7º 0.95% 0.76% -
HSV(B) 316.7º 0.46% 0.99% -
XYZ 62.01 43.75 72.89 -
YUV 180.85 150.1 178.75 -
System Red Green Blue C M Y K H S L
Decimal 252 137 220 0 0.46 0.13 0.01 316.7 0.95 0.76
Hex FC 89 DC 0 2E D 1 13D 5F 4C
Octal 374 211 334 0 56 15 1 475 137 114
Binary 11111100 10001001 11011100 0 101110 1101 1 100111101 1011111 1001100

Color Harmonies of #FC89DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC89DC

Black with #FC89DC

Text Example


Text Example

White with #FC89DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC89DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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