Html Css Color HEX #FC6CDF Pale Magenta

📋 copy color: '#FC6CDF'

red 252 ◦ green 108 ◦ blue 223

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

Shades of Pale Magenta #FC6CDF

Tints of Pale Magenta #FC6CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.25%

R = 43.22%
G = 18.52%
B = 38.25%

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

#FC6CDF (or 0xFC6CDF) is known color: Pale Magenta. HEX triplet: FC, 6C and DF. RGB value is (252,108,223). Sum of RGB (Red+Green+Blue) = 252+108+223=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 108 (42.58% from 255 or 18.52% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6CDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6CDF is #039320. Grayscale: #A3A3A3. Windows color (decimal): -234273 or 14642428. OLE color: 14642428.

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

Color convert

RGB 252 108 223 -
CMYK 0 0.57 0.12 0.01
HSL 312.08º 0.96% 0.71% -
HSV(B) 312.08º 0.57% 0.99% -
XYZ 58.83 36.75 73.8 -
YUV 164.17 161.21 190.65 -
System Red Green Blue C M Y K H S L
Decimal 252 108 223 0 0.57 0.12 0.01 312.08 0.96 0.71
Hex FC 6C DF 0 39 C 1 138 60 47
Octal 374 154 337 0 71 14 1 470 140 107
Binary 11111100 1101100 11011111 0 111001 1100 1 100111000 1100000 1000111

Color Harmonies of #FC6CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6CDF

Black with #FC6CDF

Text Example


Text Example

White with #FC6CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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