Html Css Color HEX #FC7FDD Pale Magenta

📋 copy color: '#FC7FDD'

red 252 ◦ green 127 ◦ blue 221

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

Shades of Pale Magenta #FC7FDD

Tints of Pale Magenta #FC7FDD

RGB

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

 GREEN value IS 127 (50% from 255) = 21.17%

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

R = 42%
G = 21.17%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC7FDD (or 0xFC7FDD) is known color: Pale Magenta. HEX triplet: FC, 7F and DD. RGB value is (252,127,221). Sum of RGB (Red+Green+Blue) = 252+127+221=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 127 (50% from 255 or 21.17% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7FDD is #038022. Grayscale: #AEAEAE. Windows color (decimal): -229411 or 14516220. OLE color: 14516220.

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

Color convert

RGB 252 127 221 -
CMYK 0 0.50 0.12 0.01
HSL 314.88º 0.95% 0.74% -
HSV(B) 314.88º 0.5% 0.99% -
XYZ 60.79 41.09 73.13 -
YUV 175.09 153.91 182.86 -
System Red Green Blue C M Y K H S L
Decimal 252 127 221 0 0.50 0.12 0.01 314.88 0.95 0.74
Hex FC 7F DD 0 32 C 1 13B 5F 4A
Octal 374 177 335 0 62 14 1 473 137 112
Binary 11111100 1111111 11011101 0 110010 1100 1 100111011 1011111 1001010

Color Harmonies of #FC7FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7FDD

Black with #FC7FDD

Text Example


Text Example

White with #FC7FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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