Html Css Color HEX #FC6CDD Pale Magenta

📋 copy color: '#FC6CDD'

red 252 ◦ green 108 ◦ blue 221

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

Shades of Pale Magenta #FC6CDD

Tints of Pale Magenta #FC6CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.59%

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

R = 43.37%
G = 18.59%
B = 38.04%

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

#FC6CDD (or 0xFC6CDD) is known color: Pale Magenta. HEX triplet: FC, 6C and DD. RGB value is (252,108,221). Sum of RGB (Red+Green+Blue) = 252+108+221=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 108 (42.58% from 255 or 18.59% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6CDD is #039322. Grayscale: #A3A3A3. Windows color (decimal): -234275 or 14511356. OLE color: 14511356.

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

Color convert

RGB 252 108 221 -
CMYK 0 0.57 0.12 0.01
HSL 312.92º 0.96% 0.71% -
HSV(B) 312.92º 0.57% 0.99% -
XYZ 58.56 36.64 72.39 -
YUV 163.94 160.21 190.81 -
System Red Green Blue C M Y K H S L
Decimal 252 108 221 0 0.57 0.12 0.01 312.92 0.96 0.71
Hex FC 6C DD 0 39 C 1 139 60 47
Octal 374 154 335 0 71 14 1 471 140 107
Binary 11111100 1101100 11011101 0 111001 1100 1 100111001 1100000 1000111

Color Harmonies of #FC6CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6CDD

Black with #FC6CDD

Text Example


Text Example

White with #FC6CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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