Html Css Color HEX #FC7DDD Pale Magenta

📋 copy color: '#FC7DDD'

red 252 ◦ green 125 ◦ blue 221

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

Shades of Pale Magenta #FC7DDD

Tints of Pale Magenta #FC7DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 20.9%

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

R = 42.14%
G = 20.9%
B = 36.96%

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

#FC7DDD (or 0xFC7DDD) is known color: Pale Magenta. HEX triplet: FC, 7D and DD. RGB value is (252,125,221). Sum of RGB (Red+Green+Blue) = 252+125+221=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 125 (49.22% from 255 or 20.90% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7DDD is #038222. Grayscale: #ADADAD. Windows color (decimal): -229923 or 14515708. OLE color: 14515708.

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

Color convert

RGB 252 125 221 -
CMYK 0 0.50 0.12 0.01
HSL 314.65º 0.95% 0.74% -
HSV(B) 314.65º 0.5% 0.99% -
XYZ 60.53 40.58 73.05 -
YUV 173.92 154.58 183.69 -
System Red Green Blue C M Y K H S L
Decimal 252 125 221 0 0.50 0.12 0.01 314.65 0.95 0.74
Hex FC 7D DD 0 32 C 1 13B 5F 4A
Octal 374 175 335 0 62 14 1 473 137 112
Binary 11111100 1111101 11011101 0 110010 1100 1 100111011 1011111 1001010

Color Harmonies of #FC7DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7DDD

Black with #FC7DDD

Text Example


Text Example

White with #FC7DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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