Html Css Color HEX #FC6DDD Pale Magenta

📋 copy color: '#FC6DDD'

red 252 ◦ green 109 ◦ blue 221

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

Shades of Pale Magenta #FC6DDD

Tints of Pale Magenta #FC6DDD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 18.73%

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

R = 43.3%
G = 18.73%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC6DDD (or 0xFC6DDD) is known color: Pale Magenta. HEX triplet: FC, 6D and DD. RGB value is (252,109,221). Sum of RGB (Red+Green+Blue) = 252+109+221=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 109 (42.97% from 255 or 18.73% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6DDD is #039222. Grayscale: #A4A4A4. Windows color (decimal): -234019 or 14511612. OLE color: 14511612.

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

Color convert

RGB 252 109 221 -
CMYK 0 0.57 0.12 0.01
HSL 313.01º 0.96% 0.71% -
HSV(B) 313.01º 0.57% 0.99% -
XYZ 58.66 36.85 72.43 -
YUV 164.53 159.88 190.39 -
System Red Green Blue C M Y K H S L
Decimal 252 109 221 0 0.57 0.12 0.01 313.01 0.96 0.71
Hex FC 6D DD 0 39 C 1 139 60 47
Octal 374 155 335 0 71 14 1 471 140 107
Binary 11111100 1101101 11011101 0 111001 1100 1 100111001 1100000 1000111

Color Harmonies of #FC6DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6DDD

Black with #FC6DDD

Text Example


Text Example

White with #FC6DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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